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 = () => {
|
const startSpellCheck = () => {
|
||||||
|
if (!window.enableSpellCheck || !window.disableSpellCheck) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (window.Events.getSpellCheck()) {
|
if (window.Events.getSpellCheck()) {
|
||||||
window.enableSpellCheck();
|
window.enableSpellCheck();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue