mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[Editor] Add the ability to print and save some newly added signatures (bug 1946795)
This commit is contained in:
parent
651d712109
commit
24417a1a0b
6 changed files with 790 additions and 5 deletions
|
@ -666,7 +666,11 @@ class SignatureManager {
|
|||
data = this.#extractedSignatureData;
|
||||
break;
|
||||
}
|
||||
this.#currentEditor.addSignature(data, /* heightInPage */ 40);
|
||||
this.#currentEditor.addSignature(
|
||||
data,
|
||||
/* heightInPage */ 40,
|
||||
this.#description.value
|
||||
);
|
||||
if (this.#saveCheckbox.checked) {
|
||||
// TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue