mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
removed backspace functionality for team folder and sharedwithme homepage
This commit is contained in:
2
resources/js/store/modules/sharing.js
vendored
2
resources/js/store/modules/sharing.js
vendored
@@ -90,7 +90,7 @@ const actions = {
|
||||
// Remove item from file browser
|
||||
if (
|
||||
getters.currentFolder &&
|
||||
Vue.prototype.$isThisRoute(router.currentRoute, ['MySharedItems'])
|
||||
Vue.prototype.$isThisRoute(['MySharedItems'])
|
||||
) {
|
||||
commit('REMOVE_ITEM', item.data.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user