Generate previews when the room tile is maximised
This commit is contained in:
parent
cf9edb1884
commit
54e139a6ad
4 changed files with 20 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue