We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a295827 commit 57e580eCopy full SHA for 57e580e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-drawer-menu",
3
- "version": "0.5.6",
+ "version": "0.5.7",
4
"description": "drawer menu animation component for react",
5
"keywords": [
6
"react",
src/Drawer.jsx
@@ -53,10 +53,10 @@ class Drawer extends React.PureComponent {
53
};
54
}
55
componentDidMount() {
56
+ this.getParentAndLevelDom();
57
if (this.props.parent) {
58
this.container = this.defaultGetContainer();
59
- this.getParentAndLevelDom();
60
this.forceUpdate();
61
62
0 commit comments