mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Stop event propagation after IconButton onClick
This commit is contained in:
parent
4f25e3d042
commit
e906677092
@ -22,6 +22,7 @@ const IconButton = React.createClass({
|
||||
handleClick (e) {
|
||||
e.preventDefault();
|
||||
this.props.onClick();
|
||||
e.stopPropagation();
|
||||
},
|
||||
|
||||
render () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user