Make some basic checking /wo the database for now.

This commit is contained in:
yuanhau 2025-05-17 21:08:58 +08:00
parent a89fbd4fd7
commit 383ad2e467
3 changed files with 17 additions and 5 deletions

View file

@ -76,7 +76,7 @@ const stopDrag = () => {
>
<div
@mousedown="startDrag"
class="bg-gray-700 p-2 cursor-move flex justify-between items-center flex-shrink-0 text-white z-[50]"
class="bg-gray-700 p-2 cursor-move flex justify-between items-center flex-shrink-0 text-white z-[50] selection:opacity-0"
>
<h3 class="font-semibold text-white">{{ title }}</h3>
<div class="flex flex-row gap-1">