electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
237 stars 83 forks source link

Patch typing lag on macOS #57

Closed anaisbetts closed 7 years ago

anaisbetts commented 7 years ago

In Chrome 56, spellchecker apparently will check far further behind than it used to, it will now recheck the last 8-10 words, whereas previously it would only check the previous word. Put the LRU cache back we got rid of, but make the time lower so it's less likely to interfere with NSSpellchecker