Fix Textarea height should be reset upon sending toot #2189 (#2236)

main
Andrey Blinov 8 years ago committed by Eugen
parent d2514445e1
commit 972f6bc861

@ -62,6 +62,7 @@ const ComposeForm = React.createClass({
}, },
handleSubmit () { handleSubmit () {
this.autosuggestTextarea.textarea.style.height = "auto";
this.props.onSubmit(); this.props.onSubmit();
}, },

Loading…
Cancel
Save