Fixed New Folder, added Rename to Gallery

This commit is contained in:
Leo Vasanko
2023-11-21 15:49:33 +00:00
parent 0cf9c254e5
commit 369dc3ecaf
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<SvgButton
name="create-folder"
data-tooltip="New folder"
@click="() => store.fileExplorer!.newFolder()"
@click="() => { console.log('New', store.fileExplorer); store.fileExplorer!.newFolder(); console.log('Done')}"
/>
<slot></slot>
<div class="spacer smallgap"></div>