use ids in each blocks for sortable

This commit is contained in:
vcoppe
2024-06-05 14:51:32 +02:00
parent 256996379a
commit 5f7155090b
6 changed files with 78 additions and 32 deletions

View File

@@ -36,9 +36,6 @@
>
<span
class="w-full text-left truncate py-1 flex flex-row items-center"
on:click={(e) => {
e.stopPropagation(); // Avoid toggling the collapsible element
}}
on:contextmenu={(e) => {
if (e.ctrlKey) {
// Add to selection instead of opening context menu