release question on mouseLeave

This commit is contained in:
Berkeley Martinez
2015-07-21 20:12:13 -07:00
parent 52b0391d15
commit 524b59828c

View File

@ -172,6 +172,7 @@ export default React.createClass({
<Panel
className={ shake ? 'animated shake' : '' }
onMouseDown={ this.handleMouseDown }
onMouseLeave={ this.handleMouseUp }
onMouseMove={ this.handleMouseMove }
onMouseUp={ this.handleMouseUp }
style={ style }>