mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #12524 from Snuffleupagus/pr-12333-followup
A couple of small (viewer) tweaks of tooltip-only Annotations (PR 12333 follow-up)
This commit is contained in:
commit
da73537fdb
2 changed files with 9 additions and 6 deletions
|
@ -348,7 +348,7 @@ class LinkAnnotationElement extends AnnotationElement {
|
|||
}
|
||||
return false;
|
||||
};
|
||||
if (destination) {
|
||||
if (destination || destination === /* isTooltipOnly = */ "") {
|
||||
link.className = "internalLink";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue