fix(chat) Fix iOS web chat (#11193)

Fixes: on iOS web the chat input would move from the bottom when the keyboard was open
This commit is contained in:
Robert Pintilii 2022-03-22 14:56:18 +02:00 committed by GitHub
parent 21083e6777
commit cfb480932a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ class Chat extends AbstractChat<Props> {
<ChatInput
onResize = { this._onChatInputResize }
onSend = { this._onSendMessage } />
<KeyboardAvoider />
</div>
</>
);