use ResizeNotifier as well to relayout room list
This commit is contained in:
parent
4795625cee
commit
bab2730d40
4 changed files with 16 additions and 6 deletions
|
@ -543,7 +543,7 @@ const LoggedInView = React.createClass({
|
|||
<DragDropContext onDragEnd={this._onDragEnd}>
|
||||
<div ref={this._setResizeContainerRef} className={bodyClasses}>
|
||||
<LeftPanel
|
||||
toolbarShown={!!topBar}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
collapsed={this.props.collapseLhs || false}
|
||||
disabled={this.props.leftDisabled}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue