file browser refactoring

This commit is contained in:
Čarodej
2021-10-28 09:18:55 +02:00
parent 3dfee77042
commit 240880e2ad
5 changed files with 73 additions and 196 deletions
-1
View File
@@ -126,7 +126,6 @@
mounted() {
// TODO: new scaledown effect
events.$on('mobile-menu:show', () => this.isScaledDown = true)
events.$on('fileItem:deselect', () => this.isScaledDown = false)
events.$on('mobile-menu:hide', () => this.isScaledDown = false)
}
}
-1
View File
@@ -119,7 +119,6 @@
},
mounted() {
events.$on('mobile-menu:show', () => this.isScaledDown = true)
events.$on('fileItem:deselect', () => this.isScaledDown = false)
this.$store.dispatch('getShareDetail', this.$route.params.token)
.then(response => {