diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 43616055..dbc033ba 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,17 @@ { "/js/main.js": "/js/main.js", "/css/app.css": "/css/app.css", - "/js/main.792dafb651f57548b990.hot-update.js": "/js/main.792dafb651f57548b990.hot-update.js", - "/js/main.43320a4a3fcb14b31611.hot-update.js": "/js/main.43320a4a3fcb14b31611.hot-update.js", - "/js/main.cfddc9ce030f2554c4ae.hot-update.js": "/js/main.cfddc9ce030f2554c4ae.hot-update.js" + "/js/main.6e61b5140c8320eabbda.hot-update.js": "/js/main.6e61b5140c8320eabbda.hot-update.js", + "/js/main.2f3be0d7bb920d89e3f7.hot-update.js": "/js/main.2f3be0d7bb920d89e3f7.hot-update.js", + "/js/main.5f2859afe9a0fc807c14.hot-update.js": "/js/main.5f2859afe9a0fc807c14.hot-update.js", + "/js/main.dde1cb883c5dd8023970.hot-update.js": "/js/main.dde1cb883c5dd8023970.hot-update.js", + "/js/main.03f988dfc402f8de6153.hot-update.js": "/js/main.03f988dfc402f8de6153.hot-update.js", + "/js/main.e1da77c63fd62b865820.hot-update.js": "/js/main.e1da77c63fd62b865820.hot-update.js", + "/js/main.26f504b3598d20331516.hot-update.js": "/js/main.26f504b3598d20331516.hot-update.js", + "/js/main.0bf3c0331d282064f648.hot-update.js": "/js/main.0bf3c0331d282064f648.hot-update.js", + "/js/main.5fcb6fdbf17d1bc77140.hot-update.js": "/js/main.5fcb6fdbf17d1bc77140.hot-update.js", + "/js/main.b7f8b140489b6f84b5fa.hot-update.js": "/js/main.b7f8b140489b6f84b5fa.hot-update.js", + "/js/main.072990b3c71796c0890e.hot-update.js": "/js/main.072990b3c71796c0890e.hot-update.js", + "/js/main.647feaaaa324a4c0a90c.hot-update.js": "/js/main.647feaaaa324a4c0a90c.hot-update.js", + "/js/main.df8ce05016498d3f7fe5.hot-update.js": "/js/main.df8ce05016498d3f7fe5.hot-update.js" } diff --git a/resources/js/components/FilesView/FileItemList.vue b/resources/js/components/FilesView/FileItemList.vue index 99b9ff98..cc274eb4 100644 --- a/resources/js/components/FilesView/FileItemList.vue +++ b/resources/js/components/FilesView/FileItemList.vue @@ -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"); } }