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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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