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 95cb436 commit ee9a704Copy full SHA for ee9a704
src/pdfjs-viewer-element.ts
@@ -37,7 +37,7 @@ export class PdfjsViewerElement extends HTMLElement {
37
38
initEventListeners() {
39
document.addEventListener("webviewerloaded", () => {
40
- this.setViewerOptions()
+ this.setViewerOptions();
41
})
42
}
43
0 commit comments