Доработки подгрузки шрифтов

This commit is contained in:
Book Pauk
2019-01-25 03:06:53 +07:00
parent 7e5314887a
commit 94b0c9def1
4 changed files with 69 additions and 42 deletions

View File

@@ -346,7 +346,8 @@ export default class BookParser {
parsePara(paraIndex) {
const para = this.para[paraIndex];
if (para.parsed &&
if (!this.force &&
para.parsed &&
para.parsed.w === this.w &&
para.parsed.p === this.p &&
para.parsed.wordWrap === this.wordWrap &&