correctly detected collapsed rhs
This commit is contained in:
parent
43efa29ef8
commit
78d5d7ac0c
2 changed files with 93 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue