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

pull/1/head
Scott Nonnenberg 7 years ago committed by GitHub
parent b550cd080e
commit 12f1932d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save