Merge pull request #2919 from Snuffleupagus/external-links
Tweak external links in fullscreen mode - follow up on #2712
This commit is contained in:
commit
71a31b01f2
2 changed files with 13 additions and 0 deletions
|
@ -2005,6 +2005,7 @@ var PageView = function pageView(container, id, scale,
|
|||
PDFView.navigateTo(dest);
|
||||
return false;
|
||||
};
|
||||
link.className = 'internalLink';
|
||||
}
|
||||
function createElementWithStyle(tagName, item, rect) {
|
||||
if (!rect) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue