mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
5699d9673f
Since keypress is no longer triggered on all keypresses in content, the spellchecker would potentially not be triggered when it should be. This changes the trigger to keydown, instead. No behavioral changes otherwise.