Skip to content

Commit

Permalink
handleMouseLeave fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergito6 committed Mar 30, 2016
1 parent 18758f7 commit ae911e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/components/CustomComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GravatarOption = React.createClass({
this.props.onFocus(this.props.option, event);
},
handleMouseLeave (event) {
this.props.onUnfocus(this.props.option, event);
this.props.onFocus(this.props.option, event);
},
render () {
let gravatarStyle = {
Expand Down

0 comments on commit ae911e2

Please sign in to comment.