1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

read collapsedRhs from props when mounting main split

This commit is contained in:
Bruno Windels
2018-12-17 15:56:17 +01:00
parent a734fb9d35
commit f744374d1d

View File

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