Skip to content

Commit

Permalink
show unverified signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
iSunRise committed May 14, 2020
1 parent 8b9492a commit c45b7cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/core/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,11 @@ class WidgetAnnotation extends Annotation {
// Hide signatures because we cannot validate them, and unset the fieldValue
// since it's (most likely) a `Dict` which is non-serializable and will thus
// cause errors when sending annotations to the main-thread (issue 10347).
if (data.fieldType === "Sig") {
data.fieldValue = null;
this.setFlags(AnnotationFlag.HIDDEN);
}
// UPDATE: show the signatures anyway
// if (data.fieldType === "Sig") {
// data.fieldValue = null;
// this.setFlags(AnnotationFlag.HIDDEN);
// }
}

/**
Expand Down

0 comments on commit c45b7cd

Please sign in to comment.