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

@@ -52,13 +52,13 @@
});
}
fileStateCollection.connectToDatabase(db);
settings.connectToDatabase(db);
fileStateCollection.connectToDatabase(db);
});
onDestroy(() => {
fileStateCollection.disconnectFromDatabase();
settings.disconnectFromDatabase();
fileStateCollection.disconnectFromDatabase();
});
</script>