mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Make some basic checking /wo the database for now.
This commit is contained in:
parent
a89fbd4fd7
commit
383ad2e467
3 changed files with 17 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue