correctly detected collapsed rhs

This commit is contained in:
Bruno Windels 2018-11-07 16:28:58 +01:00
parent 43efa29ef8
commit 78d5d7ac0c
2 changed files with 93 additions and 1 deletions

View file

@ -55,7 +55,7 @@ export default class MainSplit extends React.Component {
}
componentDidMount() {
if (this.props.panel && !this.collapsedRhs) {
if (this.props.panel && !this.props.collapsedRhs) {
this._createResizer();
}
}