IME composition
React
open
Flowise text inputs fire on the Enter that confirms IME composition
fix: ignore Enter during IME composition in remaining text inputs
Flowise · FlowiseAI/Flowise
Symptom
Multiple Flowise text inputs fire on IME Enter, interrupting CJK text composition.
Minimal repro
Flowise text inputs with CJK IME → Enter to confirm → premature action fired.
Fix
Add isComposing guard to all remaining Enter keydown handlers.