Небольшая поправка

This commit is contained in:
Book Pauk
2020-12-24 21:39:39 +07:00
parent dc48700e9e
commit 1104f9b850

View File

@@ -435,7 +435,6 @@ export default class BookParser {
if (tag == 'epigraph' || tag == 'annotation') {
italic = false;
space -= 1;
if (tag == 'annotation')
newParagraph();
}
@@ -446,7 +445,6 @@ export default class BookParser {
if (tag == 'text-author') {
bold = false;
space -= 1;
newParagraph();
}
}