mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
file collapsible closed by default
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
{#if $file}
|
||||
<CollapsibleTree side="left" margin={4}>
|
||||
<CollapsibleTree side="left" margin={4} defaultState="closed">
|
||||
<FileListNode node={$file.file} id={$file.file._data.id} />
|
||||
</CollapsibleTree>
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user