- App popup for creating folder in mobile version

- bug fixes
This commit is contained in:
Peter Papp
2020-12-19 13:47:14 +01:00
parent 55cf58fffd
commit e92d9344b9
18 changed files with 389 additions and 280 deletions

View File

@@ -64,8 +64,10 @@ const actions = {
commit('REMOVE_ITEM', item.unique_id)
commit('INCREASE_FOLDER_ITEM', to_item.unique_id)
if (item.type === 'folder' && getters.currentFolder.location !== 'public')
if (item.type === 'folder')
dispatch('getAppData')
if ( getters.currentFolder.location === 'public')
dispatch('getFolderTree')
})
})
.catch(() => Vue.prototype.$isSomethingWrong())