pdfjs-dist+2.5.207.patch 543 B

12345678910111213
  1. diff --git a/node_modules/pdfjs-dist/es5/build/pdf.worker.js b/node_modules/pdfjs-dist/es5/build/pdf.worker.js
  2. index ae5d229..f1da30d 100644
  3. --- a/node_modules/pdfjs-dist/es5/build/pdf.worker.js
  4. +++ b/node_modules/pdfjs-dist/es5/build/pdf.worker.js
  5. @@ -30527,7 +30527,7 @@ var WidgetAnnotation = /*#__PURE__*/function (_Annotation2) {
  6. if (data.fieldType === "Sig") {
  7. data.fieldValue = null;
  8. - _this3.setFlags(_util.AnnotationFlag.HIDDEN);
  9. + // _this3.setFlags(_util.AnnotationFlag.HIDDEN);
  10. }
  11. return _this3;