open to click at audio for mobile

This commit is contained in:
Miloš Holba
2020-08-22 12:19:23 +02:00
parent e12e521622
commit 9372906a3e
2 changed files with 14 additions and 4 deletions
@@ -220,7 +220,7 @@ export default {
}
if (this.$isMobile()) {
if (this.isImage || this.isVideo) {
if (this.isImage || this.isVideo || this.isAudio) {
events.$emit("fileFullPreview:show");
}
}