You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(chord_composer): press Return key to commit raw key sequence
With a previous code change, the context went through a non-composing
state while FinishChord() was calling ClearChord() which removes the
placeholder input. OnContextUpdate() responded to that intermediate
change and cleared raw_sequence when it shouldn't.
Skip that OnContextUpdate() event by flipping the sending_chord_ flag.
0 commit comments