Browser spell check is not working in Boost Node
WeberAlex opened this issue · 1 comments
WeberAlex commented
Komediruzecki commented
Hi, WeberAlex,
sorry for that, It's partly the same issue as the IME problem, I fixed it here: #1197
For electron spell-check, it is not as easy as enabling a built-in electron spell checker since it uses its own context menu and we use webview
, so probably a library like this one should be used: https://www.npmjs.com/package/electron-spellchecker