IME composition
React
open
Langflow inline rename commits on the IME confirmation Enter
fix(frontend): guard IME composition in inline rename Enter handlers
langflow · langflow-ai/langflow
Symptom
Langflow inline rename inputs commit the rename on IME Enter, saving partial CJK names.
Minimal repro
Langflow node rename → CJK IME → Enter to confirm composition → rename saved with partial text.
Fix
Guard Enter handler in inline rename with event.nativeEvent?.isComposing check.