Hide apps drawer when viewining room settings.
This commit is contained in:
parent
9e3c1fbc7a
commit
55593416fa
3 changed files with 34 additions and 18 deletions
|
@ -1605,7 +1605,8 @@ module.exports = React.createClass({
|
|||
displayConfCallNotification={this.state.displayConfCallNotification}
|
||||
maxHeight={this.state.auxPanelMaxHeight}
|
||||
onResize={this.onChildResize}
|
||||
showApps={this.state.showApps && !this.state.editingRoomSettings} >
|
||||
showApps={this.state.showApps}
|
||||
hideAppsDrawer={this.state.editingRoomSettings} >
|
||||
{ aux }
|
||||
</AuxPanel>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue