mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-06-04 17:14:42 +00:00
desktop toolbar refactoring
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ const actions = {
|
||||
.then(() => {
|
||||
itemsToMove.forEach(item => {
|
||||
commit('REMOVE_ITEM', item.id)
|
||||
commit('INCREASE_FOLDER_ITEM', to_item.id)
|
||||
commit('INCREASE_FOLDER_ITEM', to_item.data.id)
|
||||
|
||||
if (item.type === 'folder')
|
||||
dispatch('getAppData')
|
||||
|
||||
Reference in New Issue
Block a user