Web: Don't clear command state when the last keyboard event is modifier
We were losing track that the last command was a caret-navigation command when Ctrl was released after using Ctrl+Home. As a result, when the browser emits caret-moved and focus-changed events we triggered, we process them rather than ignoring them as caused by us.
Showing
Please register or sign in to comment