spellcheck in tabs

This commit is contained in:
Jean Ouina 2020-08-18 15:29:23 +02:00
parent 68cee85508
commit 970c24dbbd
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ window.onload = () => {
webview.shadowRoot.childNodes.item(1).style.height = "100%"
webview.enableremotemodule = true
webview.nodeintegration = false
webview.spellcheck = true
webview.webpreferences = "nativeWindowOpen=yes"
webview.enableblinkfeatures = "EnumerateDevices,AudioOutputDevices"
webview.addEventListener("ipc-message", function(...ev){ // TODO: Why don't we receive Ipc Messages, but they get processed anyway (notification, etc) ?