mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
bulk-operations fixed moveItem popup Three, fixed multiSelect with Shift from bottom to top
This commit is contained in:
@@ -466,7 +466,7 @@ export default {
|
||||
},
|
||||
deleteItem() {
|
||||
// Dispatch remove item
|
||||
// If is contet menu open on non selected item delete this single item
|
||||
// If is context menu open on non selected item delete this single item
|
||||
if(!this.fileInfoDetail.includes(this.item)){
|
||||
this.$store.dispatch('deleteItem', this.item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user