refactor(annotation): add envelope id and receiver id input parameters
This commit is contained in:
@@ -36,7 +36,7 @@ class App {
|
||||
|
||||
// Load annotations into PSPDFKit
|
||||
try {
|
||||
let signatures = await createAnnotations(this.currentDocument);
|
||||
let signatures = await createAnnotations(this.currentDocument, this.envelopeReceiver.envelopeId, this.envelopeReceiver.receiverId);
|
||||
await this.pdfKit.create(signatures);
|
||||
} catch (e) {
|
||||
console.error("Error loading annotations:", e);
|
||||
|
||||
Reference in New Issue
Block a user