IME composition
Vue
open
AIaW (Vue) chat submits on the Enter that confirms IME composition
fix: ignore Enter that confirms IME composition in chat input
AIaW · NitroRCr/AIaW
Symptom
Confirming CJK IME candidate with Enter in AIaW chat input simultaneously submits the message.
Minimal repro
Japanese IME → type → Enter to confirm → message sent before input complete.
Fix
Ignore Enter keydown when isComposing is true.