Workaround for linux w/tmp mounted as noexec; spellcheck fails (#2548)
This commit is contained in:
parent
b550cd080e
commit
12f1932d02
1 changed files with 4 additions and 0 deletions
|
@ -192,6 +192,10 @@
|
|||
};
|
||||
|
||||
const startSpellCheck = () => {
|
||||
if (!window.enableSpellCheck || !window.disableSpellCheck) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (window.Events.getSpellCheck()) {
|
||||
window.enableSpellCheck();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue