We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b85d63 commit 25b5ceaCopy full SHA for 25b5cea
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-drawer-menu",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"description": "drawer menu animation component for react",
5
"keywords": [
6
"react",
src/Drawer.jsx
@@ -131,7 +131,7 @@ class Drawer extends React.PureComponent {
131
}
132
133
onIconTouchEnd = (e) => {
134
- this.props.onSwitch(e);
+ this.props.onIconClick(e);
135
this.onTouchEnd(e);
136
137
0 commit comments