Arham Ahmed 2016-03-19 22:24:57 -04:00
parent 0b16eefabc
commit 1aa67d5b3a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class IconButton extends React.Component {
className: classes,
disabled: this.props.disabled,
onMouseUp: this.handleMouseUp,
onMouseLeave: this.handleMouseUp,
onMouseLeave: this.handleMouseLeave,
'data-react-toolbox': 'button'
};