Fixed New Folder, added Rename to Gallery

This commit is contained in:
2023-11-21 15:49:33 +00:00
parent 83bc1bea81
commit fa0588837e
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>