mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Add two integration tests for the signature UI
This commit is contained in:
parent
33c97570f5
commit
b8993cfcc8
3 changed files with 212 additions and 0 deletions
|
@ -946,6 +946,7 @@ class EditDescriptionDialog {
|
|||
clearDescription.addEventListener("click", () => {
|
||||
descriptionInput.value = "";
|
||||
clearDescription.disabled = true;
|
||||
updateButton.disabled = this.#previousDescription === "";
|
||||
});
|
||||
descriptionInput.addEventListener(
|
||||
"input",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue