mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Added notes, fixes to cfi sorting, pagination
This commit is contained in:
parent
aba8dc3c6f
commit
6a69eeb2a9
27 changed files with 1241 additions and 171 deletions
|
@ -38,7 +38,8 @@ EPUBJS.Hooks.register("beforeChapterDisplay").endnotes = function(callback, rend
|
|||
iwidth = renderer.width,
|
||||
tip,
|
||||
pop,
|
||||
maxHeight = 225;
|
||||
maxHeight = 225,
|
||||
itemRect;
|
||||
|
||||
if(!txt) {
|
||||
pop = el.cloneNode(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue