From 1588c5e45926e473578a5cf9ca87419cd3537d67 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 9 Mar 2020 16:45:03 -0700 Subject: [PATCH] Enable spellcheck. --- app/ux/WebView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 226dddd6..f87aa4b1 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -167,7 +167,7 @@ Ext.define('Hamsket.ux.WebView',{ ,partition: 'persist:' + me.record.get('type') + '_' + me.id.replace('tab_', '') ,allowtransparency: 'on' ,autosize: 'on' - ,webpreferences: '' //,nativeWindowOpen=true + ,webpreferences: 'spellcheck=yes' //,nativeWindowOpen=true //,disablewebsecurity: 'on' // Disabled because some services (Like Google Drive) dont work with this enabled ,userAgent: me.getUserAgent() ,preload: './resources/js/hamsket-service-api.js'