Javi Velasco 2016-03-05 20:35:13 +01:00
parent 4fba76e7fb
commit b45c8f7ced
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ const Ripple = (options = {}) => {
}
handleMouseDown = (event) => {
console.log('ripple');
if (!this.props.disabled) this.start(event);
if (this.props.onMouseDown) this.props.onMouseDown(event);
};