1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Generate previews when the room tile is maximised

This commit is contained in:
Jaiwanth
2021-05-03 22:02:33 +05:30
parent cf9edb1884
commit 54e139a6ad
4 changed files with 20 additions and 3 deletions

View File

@@ -416,7 +416,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {
const roomList = <RoomList
onKeyDown={this.onKeyDown}
resizeNotifier={null}
resizeNotifier={this.props.resizeNotifier}
onFocus={this.onFocus}
onBlur={this.onBlur}
isMinimized={this.props.isMinimized}