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
When typing IME input e.g. "zhongwen" with Chinese Pinyin IME, the input into the editor is incorrect. IME input "zhongwen" should output "中文" in the editor.
The text was updated successfully, but these errors were encountered:
Ritzy uses React synthetic events as its input system, and React does not correctly deal with IME input. The onChange event for the input is firing before the IME input is complete. See facebook/react#3926.
(Reported by user @Yixi)
When typing IME input e.g. "zhongwen" with Chinese Pinyin IME, the input into the editor is incorrect. IME input "zhongwen" should output "中文" in the editor.
The text was updated successfully, but these errors were encountered: