We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fba76e commit b45c8f7Copy full SHA for b45c8f7
components/ripple/Ripple.jsx
@@ -77,7 +77,6 @@ const Ripple = (options = {}) => {
77
}
78
79
handleMouseDown = (event) => {
80
- console.log('ripple');
81
if (!this.props.disabled) this.start(event);
82
if (this.props.onMouseDown) this.props.onMouseDown(event);
83
};
0 commit comments