1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Merge pull request #19414 from calixteman/signature_dialog2

[Editor] Add a new dialog for the signature editor (bug 1945574)
This commit is contained in:
calixteman 2025-02-06 16:20:01 +01:00 committed by GitHub
commit 08663f715b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1596 additions and 66 deletions

View file

@ -217,6 +217,7 @@ function createWebpackAlias(defines) {
"web-preferences": "",
"web-print_service": "",
"web-secondary_toolbar": "web/secondary_toolbar.js",
"web-signature_manager": "web/signature_manager.js",
"web-toolbar": "web/toolbar.js",
};