void
void copied to clipboard
Fix IME composition handling in input box
- Add isComposing check before preventDefault() in VoidInputBox2
- Prevents Enter key from triggering AI chat when IME is in composition state
- Allows proper confirmation of English input during Chinese IME usage
- Fixes issue where users couldn't complete input when using Chinese input methods