Merge branch 'fix-android-messaging' into 'dev'

Fix send messages on android

See merge request nitro/nitro-react!19
This commit is contained in:
skeletor 2022-03-17 22:30:46 +00:00
commit fcc3f3747d

View File

@ -155,8 +155,9 @@ export const ChatInputView: FC<{}> = props =>
const value = (event.target as HTMLInputElement).value;
switch(event.code)
switch(event.key)
{
case ' ':
case 'Space':
checkSpecialKeywordForInput();
return;