mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-25 17:45:48 +02:00
Compare commits
2 Commits
50c573d16d
...
6e1cfa20d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e1cfa20d1 | ||
|
|
7273db2e35 |
@ -1064,7 +1064,7 @@ class PDFPageView extends BasePDFPageView {
|
||||
if (this.annotationLayer) {
|
||||
await this.#renderAnnotationLayer();
|
||||
|
||||
if (this.#enableAutoLinking && this.annotationLayer) {
|
||||
if (this.#enableAutoLinking && this.annotationLayer && this.textLayer) {
|
||||
await this.#injectLinkAnnotations(textLayerPromise);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user