fix: Automatische Aktualisierung von Spiderfy/Unspiderfy im Intervall

- `map.fire("click")` im `setInterval()` hinzugefügt, um Linien sofort auszublenden
- Spiderfy/Unspiderfy wird nun regelmäßig aktualisiert, ohne manuelles Klicken
- Debugging-Log hinzugefügt, um Klick-Event zu überwachen
This commit is contained in:
Ismail Ali
2025-03-09 18:46:38 +01:00
parent 58d0f1a8a7
commit 6f47709256
3 changed files with 36 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.36";
export const APP_VERSION = "1.1.37";