Hi,
The spell checker works because it correctly underlines misspelled words, but does not offer any suggestions in the context menu when right-clicking the underlined word.
In degug, here is the error displayed:
console.log(await spellCheck.getAvailableDictionnaries())
VM283:1 Uncaught ReferenceError: spellCheck is not defined
at :1:19
Any idea to resolve this "problem" (without having to recompile)?
Thank you.
Hi,
The spell checker works because it correctly underlines misspelled words, but does not offer any suggestions in the context menu when right-clicking the underlined word.
In degug, here is the error displayed:
console.log(await spellCheck.getAvailableDictionnaries())
VM283:1 Uncaught ReferenceError: spellCheck is not defined
at :1:19
Any idea to resolve this "problem" (without having to recompile)?
Thank you.