Browse Source

Мелкая поправка

Book Pauk 6 years ago
parent
commit
b479cc396c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 1 - 0
client/components/Reader/LoaderPage/LoaderPage.vue

@@ -61,6 +61,7 @@ class LoaderPage extends Vue {
     async submitUrl() {
         if (this.bookUrl) {
             this.$emit('load-book', {url: this.bookUrl});
+            this.bookUrl = '';
         }
     }