diff --git a/src/MobileApp.vue b/src/MobileApp.vue index a43846b2..dbeb3060 100644 --- a/src/MobileApp.vue +++ b/src/MobileApp.vue @@ -181,6 +181,10 @@ onMounted(() => { const languageInfo = getCurrentLanguageInfo(); initMapProvider(languageInfo?.alternativeLanguageTag); }); + + document.addEventListener('dragstart', (e) => { + e.preventDefault(); + }, true); }); watch(currentNotificationContent, (newValue) => {