1
0
Fork 0
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:
Calixte Denizet 2025-02-16 21:14:01 +01:00
parent 33c97570f5
commit b8993cfcc8
3 changed files with 212 additions and 0 deletions

View file

@ -946,6 +946,7 @@ class EditDescriptionDialog {
clearDescription.addEventListener("click", () => {
descriptionInput.value = "";
clearDescription.disabled = true;
updateButton.disabled = this.#previousDescription === "";
});
descriptionInput.addEventListener(
"input",