mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Move item grid to folder bug
This commit is contained in:
@@ -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 }"
|
||||
|
||||
Reference in New Issue
Block a user