fix: Clipboard-Kopierfunktion in CoordinatePopup.js mit Fallback abgesichert

- Clipboard-API Nutzung abgesichert gegen nicht unterstützte Umgebungen
- Fallback mit document.execCommand implementiert für ältere Browser
- Fehlerbehandlung und Benutzer-Feedback verbessert
This commit is contained in:
ISA
2025-03-07 10:34:49 +01:00
parent 6e9d278aa3
commit da8112e43a
2 changed files with 41 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.17";
export const APP_VERSION = "1.1.18";