IME composition
React
merged
Twenty CRM chat send and rename fire on the IME confirmation Enter
fix: ignore IME composition Enter in chat-thread and attachment rename inputs
twenty · twentyhq/twenty
Symptom
Twenty CRM chat-thread send and attachment rename both fire on IME Enter, breaking CJK workflows.
Minimal repro
Twenty CRM chat or attachment rename → CJK IME → Enter to confirm → send/rename triggered.
Fix
Check event.nativeEvent?.isComposing before handling Enter.