Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the
PDFDocumentProperties.#updateUI
method
We can remove the `reset`-parameter, since it's redundant, given that it's only used after `PDFDocumentProperties.#reset` has been invoked which means that `this.#fieldData === null` which is equivalent to resetting. Also, we don't need to have two separate loops in order to update the UI in this method.
- Loading branch information