Files
PinchChat/src/components
Nicolas Varrot e223804777 fix: prevent Enter from sending message during IME composition
Check e.nativeEvent.isComposing and keyCode 229 in addition to
React state, fixing a race condition where compositionend fires
before keydown on some browsers (Chrome/macOS).

Fixes #20
2026-03-09 21:01:33 +00:00
..