aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ServiceWebview.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/content/ServiceWebview.js')
-rw-r--r--src/components/services/content/ServiceWebview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index 38450b98f..b30a8d9b0 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -109,7 +109,7 @@ class ServiceWebview extends Component {
109 nodeintegration 109 nodeintegration
110 webpreferences={`spellcheck=${ 110 webpreferences={`spellcheck=${
111 isSpellcheckerEnabled ? 1 : 0 111 isSpellcheckerEnabled ? 1 : 0
112 }, contextIsolation=1, nativeWindowOpen=1`} 112 }, contextIsolation=1`}
113 /> 113 />
114 ); 114 );
115 } 115 }