Поправил баг
This commit is contained in:
@@ -568,8 +568,8 @@ class Reader extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// уже просматривается сейчас
|
// уже просматривается сейчас
|
||||||
const recent = this.mostRecentBook();
|
const lastBook = (this.$refs.page ? this.$refs.page.lastBook : null);
|
||||||
if (!opts.force && recent && recent.url == opts.url && bookManager.hasBookParsed(recent)) {
|
if (!opts.force && lastBook && lastBook.url == opts.url && bookManager.hasBookParsed(lastBook)) {
|
||||||
this.loaderActive = false;
|
this.loaderActive = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user