Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Fix Textarea height should be reset upon sending toot mastodon#2189 (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
aablinov authored and seefood committed Apr 28, 2017
1 parent 96b327d commit ae90fda
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 ae90fda

Please sign in to comment.