Selaa lähdekoodia

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

Book Pauk 6 vuotta sitten
vanhempi
commit
b479cc396c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 = '';
         }
     }