mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
[Editor] Add the possibility to change a signature description (bug 1948116)
This commit is contained in:
parent
a877493826
commit
1d82b2ce94
16 changed files with 480 additions and 141 deletions
|
@ -465,11 +465,15 @@ const PDFViewerApplication = {
|
|||
AppOptions.get("enableSignatureEditor") && appConfig.addSignatureDialog
|
||||
? new SignatureManager(
|
||||
appConfig.addSignatureDialog,
|
||||
appConfig.editSignatureDialog,
|
||||
appConfig.annotationEditorParams?.editorSignatureAddSignature ||
|
||||
null,
|
||||
this.overlayManager,
|
||||
l10n,
|
||||
externalServices.createSignatureStorage(),
|
||||
externalServices.createSignatureStorage(
|
||||
eventBus,
|
||||
this._globalAbortController.signal
|
||||
),
|
||||
eventBus
|
||||
)
|
||||
: null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue