We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9a704 commit 6eac01eCopy full SHA for 6eac01e
src/pdfjs-viewer-element.ts
@@ -38,7 +38,7 @@ export class PdfjsViewerElement extends HTMLElement {
38
initEventListeners() {
39
document.addEventListener("webviewerloaded", () => {
40
this.setViewerOptions();
41
- })
+ });
42
}
43
44
setViewerOptions() {
0 commit comments