mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-10 12:17:50 +00:00
open collapsibles if needed
This commit is contained in:
@@ -198,8 +198,10 @@
|
||||
});
|
||||
}
|
||||
|
||||
let firstUpdateAfterMount = false;
|
||||
onMount(() => {
|
||||
createSortable();
|
||||
firstUpdateAfterMount = true;
|
||||
});
|
||||
|
||||
afterUpdate(() => {
|
||||
@@ -218,7 +220,10 @@
|
||||
});
|
||||
|
||||
syncFileOrder();
|
||||
updateFromSelection();
|
||||
if (firstUpdateAfterMount) {
|
||||
firstUpdateAfterMount = false;
|
||||
updateFromSelection();
|
||||
}
|
||||
});
|
||||
|
||||
function getChangedIds() {
|
||||
|
Reference in New Issue
Block a user