Доделки загрузки книг

This commit is contained in:
Book Pauk
2019-02-03 23:23:59 +07:00
parent ce6f41dbe4
commit bc0b0d6e04
3 changed files with 13 additions and 5 deletions

View File

@@ -207,8 +207,7 @@ class HistoryPage extends Vue {
}
loadBook(url) {
if (this.mostRecentBook.url != url)
this.$emit('load-book', {url});
this.$emit('load-book', {url});
this.close();
}