mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
remove drag-and-drop prevention attributes from main app div
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user