Skip to content
Snippets Groups Projects
Commit 972f6bc8 authored by Andrey Blinov's avatar Andrey Blinov Committed by Eugen
Browse files

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

parent d2514445
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ const ComposeForm = React.createClass({
},
handleSubmit () {
this.autosuggestTextarea.textarea.style.height = "auto";
this.props.onSubmit();
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment