mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-06-04 09:04:42 +00:00
removed backspace functionality for team folder and sharedwithme homepage
This commit is contained in:
+2
-2
@@ -437,8 +437,8 @@ const FunctionHelpers = {
|
||||
this.$router.push(locations[this.$router.currentRoute.name])
|
||||
}
|
||||
|
||||
Vue.prototype.$isThisRoute = function (route, locations) {
|
||||
return locations.includes(route.name)
|
||||
Vue.prototype.$isThisRoute = function (locations) {
|
||||
return locations.includes(router.currentRoute.name)
|
||||
}
|
||||
|
||||
// TODO: not working correctly in share page
|
||||
|
||||
Reference in New Issue
Block a user