chore(frontend): fix lint issues with tether-drop

This commit is contained in:
Jack Westbrook
2025-03-03 09:44:17 +01:00
parent 1115cbb722
commit be481d2780
@@ -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,