Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决pdf预览时不显示签名图片的问题 #264

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/src/main/resources/static/pdfjs/build/pdf.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -30168,9 +30168,9 @@ var WidgetAnnotation = /*#__PURE__*/function (_Annotation2) {
data.readOnly = _this3.hasFieldFlag(_util.AnnotationFieldFlag.READONLY);

if (data.fieldType === "Sig") {
data.fieldValue = null;
// data.fieldValue = null;

_this3.setFlags(_util.AnnotationFlag.HIDDEN);
// _this3.setFlags(_util.AnnotationFlag.HIDDEN);
}

return _this3;
Expand Down