fix sorting

This commit is contained in:
2023-10-30 14:33:35 +02:00
parent 48e0fc1c15
commit 814e9c35bc
6 changed files with 84 additions and 83 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script>
import Sortable from "sortablejs";
import { onMount, createEventDispatcher } from "svelte";
export let sortableClass;
export let sortableClass = "";
// export let handle;
export let isTable = false;
export let sortableInstance;