diff --git a/public/app/plugins/panel/graph/jquery.flot.events.ts b/public/app/plugins/panel/graph/jquery.flot.events.ts index ba631e1b38e..15243aad519 100644 --- a/public/app/plugins/panel/graph/jquery.flot.events.ts +++ b/public/app/plugins/panel/graph/jquery.flot.events.ts @@ -88,7 +88,7 @@ const createEditPopover: CreatePlotOverlay = (element, event, plot) => { $compile(content)(scope); scope.$digest(); - + // @ts-ignore drop = new Drop({ target: markerElementToAttachTo[0], content: content,