No blank trailing page
This commit is contained in:
@@ -149,6 +149,7 @@ class ChapterHtmlSlimParser final : public Print {
|
||||
std::vector<std::pair<int, FootnoteEntry>> pendingFootnotes; // <wordIndex, entry>
|
||||
int wordsExtractedInBlock = 0;
|
||||
bool bionicReadingEnabled = false;
|
||||
bool layoutFailed = false;
|
||||
|
||||
// Per-chapter caches: resolveStyle and parseInlineStyle are called for every HTML element;
|
||||
// caching by (tag|classAttr) and styleAttr avoids repeated string operations and hash lookups.
|
||||
|
||||
Reference in New Issue
Block a user