Bypass boost confirm modal if alt is pressed
This commit is contained in:
parent
01e5447e35
commit
f53fb6aa66
5 changed files with 17 additions and 9 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue