mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
open to click at audio for mobile
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user