mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Render not displayed annotations in using normal appearance when printing
This commit is contained in:
parent
b2a4dacd31
commit
6be2f84b4e
6 changed files with 204 additions and 6 deletions
|
@ -720,7 +720,7 @@ class ChoiceWidgetAnnotationElement extends WidgetAnnotationElement {
|
|||
// used and the full array of field values is stored.
|
||||
storage.getOrCreateValue(
|
||||
id,
|
||||
this.data.fieldValue.length > 0 ? this.data.fieldValue[0] : null
|
||||
this.data.fieldValue.length > 0 ? this.data.fieldValue[0] : undefined
|
||||
);
|
||||
|
||||
const selectElement = document.createElement("select");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue