IME composition
React
open
Jan rename and project dialogs accept a partial name on the IME Enter
fix: ignore IME composition Enter in rename and project dialogs
jan · janhq/jan
Symptom
Jan AI assistant rename and project dialogs accept partial CJK names when Enter confirms IME composition.
Minimal repro
Jan rename dialog → CJK IME → Enter to confirm → dialog committed with partial name.
Fix
Guard Enter submit with event.nativeEvent?.isComposing check.