void icon indicating copy to clipboard operation
void copied to clipboard

Fix IME composition handling in input box

Open izerui opened this issue 6 months ago • 0 comments

  • 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

izerui avatar Jul 17 '25 15:07 izerui