FileFullPreview functionality in file grid view

This commit is contained in:
Peter Papp
2020-08-30 15:33:20 +02:00
parent 2c04376a61
commit 6ba869234e
3 changed files with 21 additions and 7 deletions
@@ -137,8 +137,6 @@ export default {
// Load file info detail
this.$store.commit('GET_FILEINFO_DETAIL', this.data)
//this.isClicked = true
events.$emit('mobileMenu:show')
},
dragEnter() {
@@ -182,7 +180,6 @@ export default {
},
goToItem() {
if (this.isImage || this.isVideo || this.isAudio) {
// this.$openImageOnNewTab(this.data.file_url)
events.$emit('fileFullPreview:show')
}