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 a9289d8 commit f00f332Copy full SHA for f00f332
src/pdfjs-viewer-element.ts
@@ -71,7 +71,6 @@ export class PdfjsViewerElement extends HTMLElement {
71
72
private setEventListeners() {
73
document.addEventListener('webviewerloaded', () => {
74
- console.log(this.iframe.contentWindow.PDFViewerApplication)
75
if (this.getAttribute('src') !== DEFAULTS.src) this.iframe.contentWindow.PDFViewerApplicationOptions?.set('defaultUrl', '')
76
this.iframe.contentWindow.PDFViewerApplicationOptions?.set('disablePreferences', true);
77
this.iframe.contentWindow.PDFViewerApplicationOptions?.set('pdfBugEnabled', true);
0 commit comments