From 1104f9b850782ef4f54349770989a8c4fbd2459c Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 24 Dec 2020 21:39:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/share/BookParser.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/components/Reader/share/BookParser.js b/client/components/Reader/share/BookParser.js index 8ddb9502..cb13fe2f 100644 --- a/client/components/Reader/share/BookParser.js +++ b/client/components/Reader/share/BookParser.js @@ -435,8 +435,7 @@ export default class BookParser { if (tag == 'epigraph' || tag == 'annotation') { italic = false; space -= 1; - if (tag == 'annotation') - newParagraph(); + newParagraph(); } if (tag == 'stanza') { @@ -446,7 +445,6 @@ export default class BookParser { if (tag == 'text-author') { bold = false; space -= 1; - newParagraph(); } }