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}); }