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 79b7e8f commit 95cb436Copy full SHA for 95cb436
src/pdfjs-viewer-element.ts
@@ -16,7 +16,7 @@ export class PdfjsViewerElement extends HTMLElement {
16
17
connectedCallback() {
18
this.iframe = this.shadowRoot?.querySelector(
19
- this.setAttributes()
+ this.setAttributes();
20
this.initEventListeners();
21
}
22
0 commit comments