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:
Peter Papp
2020-12-13 17:52:24 +01:00
23 changed files with 155 additions and 103 deletions

View File

@@ -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)