import js temporarily silenced

This commit is contained in:
kruschen 2024-08-27 16:32:50 +00:00
parent 7ceeaa071f
commit e4c837870c

View file

@ -4,6 +4,7 @@ import {openDialog} from "dialogs";
import {tip} from "scripts/tooltips"; import {tip} from "scripts/tooltips";
import {handleMapClick} from "./onclick"; import {handleMapClick} from "./onclick";
import {onMouseMove} from "./onhover"; import {onMouseMove} from "./onhover";
// @ts-expect-error js-module
import {clearLegend, dragLegendBox} from "modules/legend.js"; //MARKER: modules/legend.js import {clearLegend, dragLegendBox} from "modules/legend.js"; //MARKER: modules/legend.js
export function setDefaultEventHandlers() { export function setDefaultEventHandlers() {