mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
removed backspace functionality for team folder and sharedwithme homepage
This commit is contained in:
4
resources/js/helpers/functionHelpers.js
vendored
4
resources/js/helpers/functionHelpers.js
vendored
@@ -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