From be481d27806346520f0a63515be4e83b7e9bf9dc Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Wed, 27 Mar 2024 19:36:50 +0100 Subject: [PATCH] chore(frontend): fix lint issues with tether-drop --- public/app/plugins/panel/graph/jquery.flot.events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,