'this'-Schlüsselwort in 'Annotation' durch 'Annotation' ersetzt, da dieser Schlüsselwort statisch ist.

This commit is contained in:
Developer 02
2024-06-18 19:11:07 +02:00
parent 95958f2a1d
commit 56df8234c7
2 changed files with 10 additions and 12 deletions

View File

@@ -70,9 +70,7 @@ class App {
// Load annotations into PSPDFKit
try {
this.signatureCount = this.currentDocument.elements.length
const annotations = Annotation.createAnnotations(
this.currentDocument
)
const annotations = Annotation.createAnnotations(this.currentDocument)
await this.Instance.create(annotations)
const openResponse = await this.Network.openDocument(this.envelopeKey)