Fix external links in Presentation Mode (issue #3755)
This commit is contained in:
parent
0cd4874df6
commit
87eb2dccbe
@ -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…
Reference in New Issue
Block a user