mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix external links in Presentation Mode (issue #3755)
This commit is contained in:
parent
0cd4874df6
commit
87eb2dccbe
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,9 @@ var PageView = function pageView(container, id, scale,
|
|||
}
|
||||
return false;
|
||||
};
|
||||
link.className = 'internalLink';
|
||||
if (dest) {
|
||||
link.className = 'internalLink';
|
||||
}
|
||||
}
|
||||
|
||||
function bindNamedAction(link, action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue