mobile fixes

This commit is contained in:
Čarodej
2021-10-28 08:49:35 +02:00
parent 9c26c764bd
commit 3dfee77042
10 changed files with 39 additions and 15 deletions
@@ -166,6 +166,9 @@ export default {
},
goToItem() {
if (this.isImage || this.isVideo || this.isAudio || this.isPdf) {
this.$store.commit('CLIPBOARD_CLEAR')
this.$store.commit('ADD_ITEM_TO_CLIPBOARD', this.item)
events.$emit('file-preview:show')
} else if (this.isFile || !this.isFolder && !this.isVideo && !this.isAudio && !this.isImage) {