IME composition
React
open
ChatUI composer sends on the Enter that confirms IME composition
Composer sends on the Enter that confirms an IME composition
ChatUI · alibaba/ChatUI
Symptom
The Composer sends the message on the Enter used to confirm an IME composition.
Minimal repro
1. Compose CJK text in the Composer. 2. Press Enter to pick a candidate; the message sends instead of committing.
Fix
Skip send when e.nativeEvent.isComposing is true.