eine separate createTextBox-Methode wurde als Teil des Signaturprozesses geschrieben, um die Stadt und das Datum zu schreiben

This commit is contained in:
Developer 02
2024-06-18 21:27:52 +02:00
parent 2f4ffac9c4
commit 9e019c0b69
2 changed files with 78 additions and 36 deletions

View File

@@ -71,7 +71,7 @@ class App {
try {
this.signatureCount = this.currentDocument.elements.length
const annotations = Annotation.createAnnotations(this.currentDocument)
await this.Instance.create(annotations)
await this.Instance.create(annotations.signatures)
const openResponse = await this.Network.openDocument(this.envelopeKey)