rerender roomlist when banner gets shown/hidden, to update the layout

This commit is contained in:
Bruno Windels 2019-01-25 18:47:57 +01:00
parent 8ffeee6a98
commit cb9ebf8b8b
2 changed files with 2 additions and 0 deletions

View file

@ -553,6 +553,7 @@ const LoggedInView = React.createClass({
<DragDropContext onDragEnd={this._onDragEnd}>
<div ref={this._setResizeContainerRef} className={bodyClasses}>
<LeftPanel
toolbarShown={!!topBar}
collapsed={this.props.collapseLhs || this.state.collapseLhs || false}
disabled={this.props.leftDisabled}
/>