0
0
Fork 0

Introduce react-textarea-autosize instead of using style.height side effects (#3334)

This commit is contained in:
Eugen Rochko 2017-05-26 18:22:23 +02:00 committed by GitHub
parent 860e257a68
commit c48772fd3f
4 changed files with 10 additions and 11 deletions

View file

@ -67,7 +67,6 @@ class ComposeForm extends ImmutablePureComponent {
}
handleSubmit = () => {
this.autosuggestTextarea.reset();
this.props.onSubmit();
}