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

이 커밋은 다음에 포함됨:
Eugen Rochko
2017-05-26 18:22:23 +02:00
커밋한 사람 GitHub
부모 860e257a68
커밋 c48772fd3f
4개의 변경된 파일10개의 추가작업 그리고 11개의 파일을 삭제
-1
파일 보기
@@ -67,7 +67,6 @@ class ComposeForm extends ImmutablePureComponent {
}
handleSubmit = () => {
this.autosuggestTextarea.reset();
this.props.onSubmit();
}