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 bd0e46c commit ff25b5eCopy full SHA for ff25b5e
1 file changed
src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js
@@ -6,6 +6,7 @@ export async function init(id, invoke, options) {
6
7
if (!navigator.pdfViewerEnabled) {
8
await invoke.invokeMethodAsync(options.notSupportCallback);
9
+ return;
10
}
11
12
const el = document.getElementById(id);
0 commit comments