Merge pull request #11526 from ramonlsouza/issue-11354

Fix chat textarea resizing bug
This commit is contained in:
Anton Georgiev 2021-03-01 13:43:23 -05:00 committed by GitHub
commit f6147d4425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,6 +297,7 @@ class MessageForm extends PureComponent {
value={message}
onChange={this.handleMessageChange}
onKeyDown={this.handleMessageKeyDown}
async={true}
/>
<Button
hideLabel