invoke yarn fix:js
to adopt the updated eslint rules. No other changes are included.
This commit is contained in:
@@ -178,7 +178,7 @@ function setSpellChecker() {
|
||||
spellCheck(text) {
|
||||
const res = ipc.sendSync('checkspell', text);
|
||||
return res === null ? true : res;
|
||||
}
|
||||
},
|
||||
});
|
||||
resetMisspelledState();
|
||||
}
|
||||
|
Reference in New Issue
Block a user