mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Add annotation manager in rendition
This commit is contained in:
parent
697c101a39
commit
987a216c55
5 changed files with 228 additions and 5 deletions
|
@ -418,7 +418,7 @@ class IframeView {
|
|||
this.window = this.iframe.contentWindow;
|
||||
this.document = this.iframe.contentDocument;
|
||||
|
||||
this.contents = new Contents(this.document, this.document.body, this.section.cfiBase);
|
||||
this.contents = new Contents(this.document, this.document.body, this.section.cfiBase, this.section.index);
|
||||
|
||||
this.rendering = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue