electron-userland / electron-spellchecker

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

does not spell check if user paste text #104

Open robsonhermes opened 6 years ago

robsonhermes commented 6 years ago

If the user just paste a long text, spell checking does not occur. It then happens if a few more chars are input (like adding a '.' to close a sentence).

I guess something could be changed in the spell-check-handler.js Perhaps the issue is in the use of the 'wordsTyped' variable (counter)? Could it be changed to check the actual content of the input field?