File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,6 @@ class Drawer extends React.PureComponent {
72
72
if ( this . props . parent ) {
73
73
this . container . parentNode . removeChild ( this . container ) ;
74
74
}
75
- /* this.contextWrapDom.style.transform = '';
76
- this.container.style.opacity = 0;
77
- this.container.style.pointerEvents = 'none';
78
- this.container.style.transition = 'opacity 11.3s';
79
- console.log(this.container)
80
- const removeElemetFunc = () => {
81
- this.container.removeEventListener(transitionEnd, removeElemetFunc);
82
- this.levelDom.forEach(dom => {
83
- dom.style.transition = '';
84
- });
85
- ReactDOM.unmountComponentAtNode(this.container);
86
- this.container.parentNode.removeChild(this.container);
87
- this.container = null;
88
- };
89
- this.container.addEventListener(transitionEnd, removeElemetFunc); */
90
75
}
91
76
}
92
77
You can’t perform that action at this time.
0 commit comments