Don't re-style old room list when at the minimum size
This commit is contained in:
@@ -724,7 +724,7 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||||||
>
|
>
|
||||||
<LeftPanel
|
<LeftPanel
|
||||||
pageType={this.props.page_type as PageTypes}
|
pageType={this.props.page_type as PageTypes}
|
||||||
isMinimized={this.props.collapseLhs || false}
|
isMinimized={false}
|
||||||
resizeNotifier={this.props.resizeNotifier}
|
resizeNotifier={this.props.resizeNotifier}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user