Работа над парсером html -> fb2

This commit is contained in:
Book Pauk
2019-01-22 00:09:04 +07:00
parent f260834a28
commit 3eb701cde8
3 changed files with 866 additions and 1 deletions

View File

@@ -363,6 +363,9 @@ class TextPage extends Vue {
prepareNextPage() {
// подготовка следующей страницы заранее
if (!this.book || !this.parsed.textLength)
return;
this.pagePrepared = false;
this.cancelPrepare = false;
if (!this.preparing) {