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

pull/749/head
Scott Nonnenberg 7 years ago
parent efd9caf668
commit 4e79c8527d

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

Loading…
Cancel
Save