Merge pull request #11526 from ramonlsouza/issue-11354
Fix chat textarea resizing bug
This commit is contained in:
commit
f6147d4425
@ -297,6 +297,7 @@ class MessageForm extends PureComponent {
|
||||
value={message}
|
||||
onChange={this.handleMessageChange}
|
||||
onKeyDown={this.handleMessageKeyDown}
|
||||
async={true}
|
||||
/>
|
||||
<Button
|
||||
hideLabel
|
||||
|
Loading…
Reference in New Issue
Block a user