From 7dab3bfb1e859a077dd4deb03943b9831cbe36ca Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 12 Feb 2019 22:07:31 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B6=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LoaderPage/LoaderPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue index d357b345..edf97c7d 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/client/components/Reader/LoaderPage/LoaderPage.vue @@ -73,6 +73,7 @@ class LoaderPage extends Vue { loadFile() { const file = this.$refs.file.files[0]; + this.$refs.file.value = ''; if (file) this.$emit('load-file', {file}); }