Workaround for linux w/tmp mounted as noexec; spellcheck fails (#2548)

This commit is contained in:
Scott Nonnenberg
2018-07-20 14:01:36 -07:00
committed by GitHub
parent b550cd080e
commit 12f1932d02

View File

@@ -192,6 +192,10 @@
};
const startSpellCheck = () => {
if (!window.enableSpellCheck || !window.disableSpellCheck) {
return;
}
if (window.Events.getSpellCheck()) {
window.enableSpellCheck();
} else {