patch for not draggable windows during setup

This commit is contained in:
DecDuck
2024-10-09 18:02:09 +11:00
parent 0609e116b0
commit 7a5e01d0ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div
class="h-10 cursor-pointer flex flex-row items-center justify-between bg-zinc-950"
>
<div class="px-5 py-3" @mousedown="() => window.startDragging()">
<div class="px-5 py-3 grow" @mousedown="() => window.startDragging()">
<Wordmark class="mt-1" />
</div>
<WindowControl />
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "drop-app",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"build": "nuxt build",