mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-02-06 16:33:09 +00:00
sortable file list, to be fixed
This commit is contained in:
@@ -53,6 +53,12 @@
|
||||
);
|
||||
});
|
||||
|
||||
$effect(() => {
|
||||
if (sortable) {
|
||||
sortable.updateElements();
|
||||
}
|
||||
});
|
||||
|
||||
onDestroy(() => {
|
||||
sortable.destroy();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user