mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Merge branch 'fix-android-messaging' into 'dev'
Fix send messages on android See merge request nitro/nitro-react!19
This commit is contained in:
commit
fcc3f3747d
@ -155,8 +155,9 @@ export const ChatInputView: FC<{}> = props =>
|
|||||||
|
|
||||||
const value = (event.target as HTMLInputElement).value;
|
const value = (event.target as HTMLInputElement).value;
|
||||||
|
|
||||||
switch(event.code)
|
switch(event.key)
|
||||||
{
|
{
|
||||||
|
case ' ':
|
||||||
case 'Space':
|
case 'Space':
|
||||||
checkSpecialKeywordForInput();
|
checkSpecialKeywordForInput();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user