Skip to content

Commit

Permalink
Fix Textarea height should be reset upon sending toot mastodon#2189
Browse files Browse the repository at this point in the history
  • Loading branch information
aablinov committed Apr 20, 2017
1 parent e311c02 commit 08aee13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const ComposeForm = React.createClass({
},

handleSubmit () {
this.autosuggestTextarea.textarea.style.height = "auto";
this.props.onSubmit();
},

Expand Down

0 comments on commit 08aee13

Please sign in to comment.