mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-04 22:25:50 +02:00
[GeckoView] Add web-digital_signature_properties_manager import map (PR 21247 follow-up)
Currently the GeckoView development viewer, i.e. http://localhost:8888/web/viewer-geckoview.html, is completely broken with the following error: ``` Uncaught TypeError: The specifier “web-digital_signature_properties_manager” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”. app.js:97:44 ```
This commit is contained in:
parent
f7a4abf9a7
commit
a1f1a56080
@ -88,6 +88,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||
"web-print_service": "./pdf_print_service.js",
|
||||
"web-secondary_toolbar": "./stubs-geckoview.js",
|
||||
"web-signature_manager": "./stubs-geckoview.js",
|
||||
"web-digital_signature_properties_manager": "./digital_signature_properties_manager.js",
|
||||
"web-toolbar": "./toolbar-geckoview.js",
|
||||
"web-views_manager": "./stubs-geckoview.js"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user