fix sortable

This commit is contained in:
vcoppe
2025-11-09 19:00:33 +01:00
parent 39b8d2e70d
commit 9df014e986
4 changed files with 11 additions and 18 deletions

View File

@@ -54,7 +54,7 @@
});
$effect(() => {
if (sortable) {
if (sortable && node) {
sortable.updateElements();
}
});