1
0
Fork 0
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:
Fred Chasen 2017-09-26 17:48:37 -07:00
commit 966611edc8
3 changed files with 11 additions and 8 deletions

View file

@ -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) => {