Browse Source

Поправил бажок

Book Pauk 6 năm trước cách đây
mục cha
commit
7dab3bfb1e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 1 - 0
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});
     }