mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -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:
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
|
||||
|
||||
Reference in New Issue
Block a user