mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
fix sortable
This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
});
|
||||
}
|
||||
|
||||
fileStateCollection.connectToDatabase(db);
|
||||
settings.connectToDatabase(db);
|
||||
fileStateCollection.connectToDatabase(db);
|
||||
});
|
||||
|
||||
onDestroy(() => {
|
||||
fileStateCollection.disconnectFromDatabase();
|
||||
settings.disconnectFromDatabase();
|
||||
fileStateCollection.disconnectFromDatabase();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user