mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
[JS] Update siblings when a field is updated after a calculation (#15092)
This commit is contained in:
parent
eace7e4c63
commit
a334a21a1d
5 changed files with 58 additions and 1 deletions
|
@ -1151,6 +1151,7 @@ class Doc extends PDFObject {
|
|||
field.obj.value = field.obj.defaultValue;
|
||||
this._send({
|
||||
id: field.obj._id,
|
||||
siblings: field.obj._siblings,
|
||||
value: field.obj.defaultValue,
|
||||
formattedValue: null,
|
||||
selRange: [0, 0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue