We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655823c commit eff9353Copy full SHA for eff9353
1 file changed
src/Collapse.js
@@ -35,6 +35,7 @@ class Collapse extends Component {
35
});
36
this.transitionTag = setTimeout(() => {
37
this.setState({ collapse: SHOWN });
38
+ this.element.style.height = null;
39
}, 350);
40
} else if (!willOpen && collapse === SHOWN) {
41
// will hide
0 commit comments