Move item grid to folder bug

This commit is contained in:
Čarodej
2022-04-06 15:22:09 +02:00
parent 4ae4e70fe4
commit 9a11af3b39
13 changed files with 66 additions and 69 deletions

View File

@@ -70,7 +70,7 @@
:class="{ 'is-inactive': clipboard.length < 1 }"
/>
<ToolbarButton
@click.native="$deleteFileOrFolder(clipboard)"
@click.native="$deleteFileOrFolder()"
class="mr-4"
source="trash"
:class="{ 'is-inactive': clipboard.length < 1 }"