Kommentare entfernt, was nicht benötigt wird

This commit is contained in:
ISA
2025-03-11 07:52:27 +01:00
parent f59fb62d29
commit a846bd14ce
5 changed files with 7 additions and 7 deletions

View File

@@ -871,14 +871,14 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
updateAllMarkers();
if (map) {
console.log("🔥 Automatischer Klick-Event ausgelöst, um Spiderfy zu aktualisieren.");
// console.log("🔥 Automatischer Klick-Event ausgelöst, um Spiderfy zu aktualisieren.");
map.fire("click");
}
if (isPolylineContextMenuOpen) {
dispatch(closePolylineContextMenu()); // Schließe das Kontextmenü, bevor das nächste Update passiert
}
if (map) {
console.log("🔥 nochmal klick.");
// console.log("🔥 nochmal klick.");
map.fire("click");
}
}, 20000);