mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
bulk-operations fix drop of dragged item
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
|
||||
events.$emit('drop')
|
||||
|
||||
// Check if draged item is folder
|
||||
// Check if dragged item is folder
|
||||
if (this.draggedItem && this.draggedItem.type !== 'folder') return
|
||||
|
||||
// Check if folder exist in favourites
|
||||
|
||||
Reference in New Issue
Block a user