mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #3759 from Snuffleupagus/issue-3755
Fix external links in Presentation Mode (issue 3755)
This commit is contained in:
commit
e2f44361f5
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