We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdaa50 commit 63960adCopy full SHA for 63960ad
1 file changed
web/pdf_page_view.js
@@ -460,7 +460,7 @@ class PDFPageView extends BasePDFPageView {
460
try {
461
await this.annotationLayer.render({
462
viewport: this.viewport,
463
- intent: "display",
+ intent: "print",
464
structTreeLayer: this.structTreeLayer,
465
});
466
} catch (ex) {
@@ -1019,7 +1019,7 @@ class PDFPageView extends BasePDFPageView {
1019
1020
annotationMode: this.#annotationMode,
1021
optionalContentConfigPromise: this._optionalContentConfigPromise,
1022
- annotationCanvasMap: this._annotationCanvasMap,
+ annotationCanvasMap: null,
1023
pageColors: this.pageColors,
1024
isEditing: this.#isEditing,
1025
recordOperations,
0 commit comments