diff --git a/src/components/structures/LoggedInView.tsx b/src/components/structures/LoggedInView.tsx index 6008268877..55731eb2ca 100644 --- a/src/components/structures/LoggedInView.tsx +++ b/src/components/structures/LoggedInView.tsx @@ -284,7 +284,7 @@ class LoggedInView extends React.Component { if (isNaN(lhsSize)) { lhsSize = 350; } - this.resizer.forHandleAt(0).resize(lhsSize); + this.resizer.forHandleWithId('lp-resizer').resize(lhsSize); } private onAccountData = (event: MatrixEvent) => { @@ -654,7 +654,7 @@ class LoggedInView extends React.Component { isMinimized={this.props.collapseLhs || false} resizeNotifier={this.props.resizeNotifier} /> - +
{ pageElement }