Version 1.0.4.1 open Links in new Tab for polylines and devices work it without disablePolylineEvents(window.polylines);

This commit is contained in:
ISA
2024-09-05 06:48:06 +02:00
parent 9e4a229248
commit 42ea03677b
12 changed files with 1808 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ export const createAndSetDevices = async (systemId, setMarkersFunction, GisSyste
event.preventDefault(); // Verhindert das Standard-Kontextmenü
}
//setPolylineEventsDisabled(true);
disablePolylineEvents(window.polylines);
//disablePolylineEvents(window.polylines);
this.openPopup();
});