Bypass boost confirm modal if alt is pressed
This commit is contained in:
@@ -31,7 +31,7 @@ const IconButton = React.createClass({
|
||||
e.preventDefault();
|
||||
|
||||
if (!this.props.disabled) {
|
||||
this.props.onClick();
|
||||
this.props.onClick(e);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user