Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace keyup event listener with timeouts
This change fixes a UI bug that caused some keys to keep their hover style after key-up. This bug can be observed when typing key chords such as [Shift] + [8] (i.e. asterisk character): if [Shift] is released before [8], the hover style remains.
- Loading branch information