mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-26 08:57:21 +02:00
Compare commits
No commits in common. "6e1cfa20d14cc5730865c873eb4c5065a16873c9" and "50c573d16d2dbd8c2bdb3bd4c6f5e85f46602c79" have entirely different histories.
6e1cfa20d1
...
50c573d16d
@ -1064,7 +1064,7 @@ class PDFPageView extends BasePDFPageView {
|
||||
if (this.annotationLayer) {
|
||||
await this.#renderAnnotationLayer();
|
||||
|
||||
if (this.#enableAutoLinking && this.annotationLayer && this.textLayer) {
|
||||
if (this.#enableAutoLinking && this.annotationLayer) {
|
||||
await this.#injectLinkAnnotations(textLayerPromise);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user