diff --git a/src/components/WebView.svelte b/src/components/WebView.svelte index 85790b47..6d568168 100644 --- a/src/components/WebView.svelte +++ b/src/components/WebView.svelte @@ -56,4 +56,5 @@ bind:this={webviewElement} useragent={userAgent} webpreferences={`spellcheck=${tab.config.spellChecker ? 1 : 0}`} + nodeintegration />