Compare commits

..

No commits in common. "6e1cfa20d14cc5730865c873eb4c5065a16873c9" and "50c573d16d2dbd8c2bdb3bd4c6f5e85f46602c79" have entirely different histories.

View File

@ -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);
}
}