Доработки позиционирования

This commit is contained in:
Book Pauk
2019-01-28 05:24:11 +07:00
parent 05894d456b
commit 99fb7c0ac6
3 changed files with 10 additions and 5 deletions

View File

@@ -360,6 +360,9 @@ class TextPage extends Vue {
this.pagePrepared = false;
this.debouncedPrepareNextPage();
this.debouncedDrawStatusBar();
if (this.book && this.linesDown && this.linesDown.length < this.pageLineCount)
this.doEnd();
}
drawPage(bookPos, nextChangeLines) {