mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
Merge remote-tracking branch 'origin/bulk-operations' into bulk-operations
# Conflicts: # public/mix-manifest.json # resources/js/components/FilesView/ContextMenu.vue
This commit is contained in:
@@ -466,6 +466,7 @@ export default {
|
||||
this.$store.dispatch('fileInfoToggle', true)
|
||||
},
|
||||
deleteItem() {
|
||||
// Dispatch remove 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