mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
The chat composers submit on Enter without checking whether an IME composition is active. For Japanese/Chinese/Korean input, pressing Enter to confirm a conversion fires the submit handler and sends a half-typed message. Guard the Enter handlers with e.nativeEvent.isComposing in the main chat editor, the anonymous free composer, and the mention/prompt picker key navigation. |
||
|---|---|---|
| .. | ||
| anonymous-chat.tsx | ||
| free-chat-page.tsx | ||
| free-composer.tsx | ||
| free-model-selector.tsx | ||
| free-right-panel.tsx | ||
| free-thread.tsx | ||
| quota-bar.tsx | ||
| quota-warning-banner.tsx | ||
| remove-ads-banner.tsx | ||