mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Merged Annotations fixes
This commit is contained in:
commit
966611edc8
3 changed files with 11 additions and 8 deletions
|
@ -75,6 +75,9 @@ class Annotations {
|
|||
|
||||
if (hash in this._annotations) {
|
||||
let annotation = this._annotations[hash];
|
||||
if (annotation.type !== type) {
|
||||
return;
|
||||
}
|
||||
|
||||
let views = this.rendition.views();
|
||||
views.each( (view) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue