mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
remove drag-and-drop prevention attributes from main app div
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
<TooltipProvider>
|
<TooltipProvider>
|
||||||
<MacOSTitleBar></MacOSTitleBar>
|
<MacOSTitleBar></MacOSTitleBar>
|
||||||
|
|
||||||
<div
|
<div id="x-app" class="x-app" :class="{ 'with-macos-titlebar': isMacOS }">
|
||||||
id="x-app"
|
|
||||||
class="x-app"
|
|
||||||
:class="{ 'with-macos-titlebar': isMacOS }"
|
|
||||||
ondragenter="event.preventDefault()"
|
|
||||||
ondragover="event.preventDefault()"
|
|
||||||
ondrop="event.preventDefault()">
|
|
||||||
<RouterView></RouterView>
|
<RouterView></RouterView>
|
||||||
<Toaster position="top-center" :theme="theme"></Toaster>
|
<Toaster position="top-center" :theme="theme"></Toaster>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user