IME composition
React
merged
big-AGI custom instruction field submits on the IME confirmation Enter
Diagrams: skip IME composition Enter in custom instruction
big-AGI · enricoros/big-AGI
Symptom
big-AGI custom instruction field fires on IME Enter, submitting partial CJK instructions.
Minimal repro
big-AGI custom instruction → CJK IME → Enter to confirm → instruction submitted prematurely.
Fix
Skip Enter action when event.nativeEvent?.isComposing is true.