Sfoglia il codice sorgente

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

Book Pauk 6 anni fa
parent
commit
b479cc396c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 = '';
         }
     }