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
web: Ignore IME composing events when inputting text
Basically, if we ignore composing input events, we can just accept the
final composed text as key presses (not as text composition).
This is the first step towards implementing IME on web.
IME mechanics are not being used, no preview is available, but inserting
text with IME should work.
0 commit comments