mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Fix location of marks in paginated columns
This commit is contained in:
parent
bbb05616ab
commit
8999feb613
3 changed files with 39 additions and 5 deletions
|
@ -778,7 +778,8 @@ class Rendition {
|
|||
}
|
||||
|
||||
views () {
|
||||
return this.manager ? this.manager.views : [];
|
||||
let views = this.manager ? this.manager.views : undefined;
|
||||
return views || [];
|
||||
}
|
||||
|
||||
handleLinks(contents) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue