read collapsedRhs from props when mounting main split
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user