sortable file list, to be fixed

This commit is contained in:
vcoppe
2025-11-02 16:01:17 +01:00
parent 722cf58486
commit ec3eb387e5
2 changed files with 103 additions and 104 deletions

View File

@@ -53,6 +53,12 @@
);
});
$effect(() => {
if (sortable) {
sortable.updateElements();
}
});
onDestroy(() => {
sortable.destroy();
});