mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-28 10:03:38 +01:00
E-book viewer: Fix footnote popup window not displaying entire footnote if footnote contains element with page-break-after set
This commit is contained in:
parent
7a4c3be138
commit
1779671e47
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -166,6 +166,7 @@ class CalibreExtract
|
|||
in_note = false
|
||||
else if pb['after']
|
||||
in_note = false
|
||||
elem.do_not_hide = true
|
||||
for child in elem.getElementsByTagName('*')
|
||||
child.do_not_hide = true
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue