Fix send messages on android

This commit is contained in:
brenoepics 2022-03-17 22:30:46 +00:00 committed by skeletor
parent 3f69ea167d
commit 1c230028b0

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;