$showMobileMenu helper implementation

This commit is contained in:
Čarodej
2021-10-29 11:51:46 +02:00
parent ce846cc076
commit 2d7b6e4e05
14 changed files with 61 additions and 52 deletions

View File

@@ -157,7 +157,7 @@ export default {
this.$store.commit('CLIPBOARD_CLEAR')
this.$store.commit('ADD_ITEM_TO_CLIPBOARD', this.item)
events.$emit('mobile-menu:show', 'file-menu')
this.$showMobileMenu('file-menu')
},
dragEnter() {
if (this.item.type !== 'folder') return