Skip to content

Commit

Permalink
Fix interactive form rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Jun 25, 2024
1 parent 51b1ed6 commit 68d529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pdf_page_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ class PDFPageView {
canvasContext: ctx,
transform,
viewport,
annotationMode: AnnotationMode.ENABLE_FORMS,
annotationMode: AnnotationMode.ENABLE_STORAGE,
optionalContentConfigPromise: this._optionalContentConfigPromise,
// annotationCanvasMap: this._annotationCanvasMap,
pageColors,
Expand Down

0 comments on commit 68d529d

Please sign in to comment.