From e4c837870c01467ef51dc927e79f4f7f26a50d4d Mon Sep 17 00:00:00 2001 From: kruschen Date: Tue, 27 Aug 2024 16:32:50 +0000 Subject: [PATCH] import js temporarily silenced --- src/scripts/events/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/events/index.ts b/src/scripts/events/index.ts index 22c60a0c..7e8e3619 100644 --- a/src/scripts/events/index.ts +++ b/src/scripts/events/index.ts @@ -4,6 +4,7 @@ import {openDialog} from "dialogs"; import {tip} from "scripts/tooltips"; import {handleMapClick} from "./onclick"; import {onMouseMove} from "./onhover"; +// @ts-expect-error js-module import {clearLegend, dragLegendBox} from "modules/legend.js"; //MARKER: modules/legend.js export function setDefaultEventHandlers() {