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 d2f52c0 commit d0d3e88Copy full SHA for d0d3e88
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-drawer-menu",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "drawer menu animation component for react",
5
"keywords": [
6
"react",
src/Drawer.jsx
@@ -73,6 +73,7 @@ class Drawer extends React.PureComponent {
73
this.setLevelDomTransform(false, true);
74
this.contextWrapDom.style.transform = '';
75
this.container.style.opacity = 0;
76
+ this.container.style.pointerEvents = 'none';
77
this.container.style.transition = 'opacity .3s';
78
const removeElemetFunc = () => {
79
this.container.removeEventListener(transitionEnd, removeElemetFunc);
0 commit comments