remove drag-and-drop prevention attributes from main app div

This commit is contained in:
pa
2026-02-12 19:29:26 +09:00
parent c55f81694d
commit 5c10a4e83b

View File

@@ -2,13 +2,7 @@
<TooltipProvider>
<MacOSTitleBar></MacOSTitleBar>
<div
id="x-app"
class="x-app"
:class="{ 'with-macos-titlebar': isMacOS }"
ondragenter="event.preventDefault()"
ondragover="event.preventDefault()"
ondrop="event.preventDefault()">
<div id="x-app" class="x-app" :class="{ 'with-macos-titlebar': isMacOS }">
<RouterView></RouterView>
<Toaster position="top-center" :theme="theme"></Toaster>