Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master
This commit is contained in:
@ -37,8 +37,8 @@ const ActionBar = React.createClass({
|
||||
this.props.onReply(this.props.status);
|
||||
},
|
||||
|
||||
handleReblogClick () {
|
||||
this.props.onReblog(this.props.status);
|
||||
handleReblogClick (e) {
|
||||
this.props.onReblog(this.props.status, e);
|
||||
},
|
||||
|
||||
handleFavouriteClick () {
|
||||
|
||||
Reference in New Issue
Block a user