mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Update PDFOutlineViewer_bindLink
to look more like LinkAnnotationElement_bindLink
This commit is contained in:
parent
47a1c7797e
commit
d5e3b2fbf0
2 changed files with 8 additions and 5 deletions
|
@ -299,7 +299,7 @@ var LinkAnnotationElement = (function LinkAnnotationElementClosure() {
|
|||
if (this.data.action) {
|
||||
this._bindNamedAction(link, this.data.action);
|
||||
} else {
|
||||
this._bindLink(link, (this.data.dest || null));
|
||||
this._bindLink(link, this.data.dest);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue