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
|
||||
pageType={this.props.page_type as PageTypes}
|
||||
isMinimized={this.props.collapseLhs || false}
|
||||
isMinimized={false}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user