mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
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…
x
Reference in New Issue
Block a user