From 8387f5604853bcc96c4a47d72528abca943fa15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Holba?= Date: Mon, 10 Aug 2020 10:30:54 +0200 Subject: [PATCH] Move item from gallery fix --- public/mix-manifest.json | 33 ++----------------- .../FilesView/DesktopMediaPreviewMenu.vue | 12 ++++--- .../components/FilesView/FileFullPreview.vue | 13 +++----- .../components/FilesView/MediaFullPreview.vue | 14 ++++++-- 4 files changed, 27 insertions(+), 45 deletions(-) diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 78caf34b..ec838915 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,34 +1,7 @@ { "/js/main.js": "/js/main.js", "/css/app.css": "/css/app.css", - "/js/main.e2bb1fd747fa15021705.hot-update.js": "/js/main.e2bb1fd747fa15021705.hot-update.js", - "/js/main.9c20ee6a60faeb34bc30.hot-update.js": "/js/main.9c20ee6a60faeb34bc30.hot-update.js", - "/js/main.83f43d6f0ad85db8835f.hot-update.js": "/js/main.83f43d6f0ad85db8835f.hot-update.js", - "/js/main.f87a7ee7d93fc1c7b5de.hot-update.js": "/js/main.f87a7ee7d93fc1c7b5de.hot-update.js", - "/js/main.77f22ac085cba98620f1.hot-update.js": "/js/main.77f22ac085cba98620f1.hot-update.js", - "/js/main.fcf0a9a192751c92a149.hot-update.js": "/js/main.fcf0a9a192751c92a149.hot-update.js", - "/js/main.a554eb36a5c74f647c71.hot-update.js": "/js/main.a554eb36a5c74f647c71.hot-update.js", - "/js/main.35658cce779a3f465bec.hot-update.js": "/js/main.35658cce779a3f465bec.hot-update.js", - "/js/main.d5d36b8ab06c646ec418.hot-update.js": "/js/main.d5d36b8ab06c646ec418.hot-update.js", - "/js/main.fdc1d3ffdd9903f395f7.hot-update.js": "/js/main.fdc1d3ffdd9903f395f7.hot-update.js", - "/js/main.0ae540f4c05df5ccebb0.hot-update.js": "/js/main.0ae540f4c05df5ccebb0.hot-update.js", - "/js/main.49391b7e1762ea0c5b10.hot-update.js": "/js/main.49391b7e1762ea0c5b10.hot-update.js", - "/js/main.beae3c9aef47942197b0.hot-update.js": "/js/main.beae3c9aef47942197b0.hot-update.js", - "/js/main.51c52c383348b005243c.hot-update.js": "/js/main.51c52c383348b005243c.hot-update.js", - "/js/main.964dc232d2c393dacc65.hot-update.js": "/js/main.964dc232d2c393dacc65.hot-update.js", - "/js/main.b98b9f46629be99210d2.hot-update.js": "/js/main.b98b9f46629be99210d2.hot-update.js", - "/js/main.aab577d0ec8e8a204961.hot-update.js": "/js/main.aab577d0ec8e8a204961.hot-update.js", - "/js/main.0217718f0db88a657b2f.hot-update.js": "/js/main.0217718f0db88a657b2f.hot-update.js", - "/js/main.5391ccc6f3c903bf0b23.hot-update.js": "/js/main.5391ccc6f3c903bf0b23.hot-update.js", - "/js/main.0954e76b99db04ffbe6c.hot-update.js": "/js/main.0954e76b99db04ffbe6c.hot-update.js", - "/js/main.df14fcfae8664b0f2904.hot-update.js": "/js/main.df14fcfae8664b0f2904.hot-update.js", - "/js/main.75a01658c34a6e530b1a.hot-update.js": "/js/main.75a01658c34a6e530b1a.hot-update.js", - "/js/main.62b26161fb5207445a1c.hot-update.js": "/js/main.62b26161fb5207445a1c.hot-update.js", - "/js/main.88d224990b79bf089c9a.hot-update.js": "/js/main.88d224990b79bf089c9a.hot-update.js", - "/js/main.81dd5da55c0dd05b096b.hot-update.js": "/js/main.81dd5da55c0dd05b096b.hot-update.js", - "/js/main.604934fc10ca0ad73e89.hot-update.js": "/js/main.604934fc10ca0ad73e89.hot-update.js", - "/js/main.c85e590457277f990184.hot-update.js": "/js/main.c85e590457277f990184.hot-update.js", - "/js/main.7617058999e77f4960b6.hot-update.js": "/js/main.7617058999e77f4960b6.hot-update.js", - "/js/main.e41e72be1336cbf4b175.hot-update.js": "/js/main.e41e72be1336cbf4b175.hot-update.js", - "/js/main.6acdea49771ee695139c.hot-update.js": "/js/main.6acdea49771ee695139c.hot-update.js" + "/js/main.f400fdfd9d8614e0b28f.hot-update.js": "/js/main.f400fdfd9d8614e0b28f.hot-update.js", + "/js/main.6f284aa3a72d16ce7184.hot-update.js": "/js/main.6f284aa3a72d16ce7184.hot-update.js", + "/js/main.abf30b7258d473341c31.hot-update.js": "/js/main.abf30b7258d473341c31.hot-update.js" } diff --git a/resources/js/components/FilesView/DesktopMediaPreviewMenu.vue b/resources/js/components/FilesView/DesktopMediaPreviewMenu.vue index 64e40fcc..7a5bfea9 100644 --- a/resources/js/components/FilesView/DesktopMediaPreviewMenu.vue +++ b/resources/js/components/FilesView/DesktopMediaPreviewMenu.vue @@ -1,5 +1,5 @@ -