Поправки

This commit is contained in:
Book Pauk
2022-09-27 13:13:47 +07:00
parent 7b75ec466c
commit 4548b5c4d9
2 changed files with 1 additions and 4 deletions

View File

@@ -544,14 +544,11 @@ class Search {
selectAuthor(author) {
this.search.author = `=${author}`;
this.search.series = '';
this.search.title = '';
this.scrollToTop();
}
selectSeries(series) {
this.search.series = `=${series}`;
this.search.title = '';
}
async download(book, copy = false) {