From 4011bddc51126ce955ed02d770fff8fe3f5a04fd Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 3 Sep 2024 12:06:20 +0200 Subject: [PATCH] =?UTF-8?q?in=20setupPOIs=20disablePolylineEvents(window.p?= =?UTF-8?q?olylines);=20auskommentiert,=20weil=20es=20soll=20f=C3=BCr=20Ge?= =?UTF-8?q?r=C3=A4te=20sein=20und=20nicht=20POIs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/setupPOIs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/setupPOIs.js b/utils/setupPOIs.js index 2cbc8a737..592d2edc2 100644 --- a/utils/setupPOIs.js +++ b/utils/setupPOIs.js @@ -92,7 +92,7 @@ export const setupPOIs = async ( this.openPopup(); // Deaktiviere Polyline-Ereignisse beim Öffnen des Kontextmenüs des Markers - disablePolylineEvents(window.polylines); + //disablePolylineEvents(window.polylines); localStorage.setItem("lastElementType", "marker"); localStorage.setItem("markerLink", this.options.link);