mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
read collapsedRhs from props when mounting main split
This commit is contained in:
parent
a734fb9d35
commit
f744374d1d
1 changed files with 1 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…
Reference in a new issue