temp solution to make room settings usable
make mx_fadable not do anything anymore, and make room settings full size. Room settings haven't been designed yet, so all of this will have a full pass when we have a go at it.
This commit is contained in:
parent
231d8fff6e
commit
887defda9c
6 changed files with 25 additions and 16 deletions
|
@ -1666,6 +1666,7 @@ module.exports = React.createClass({
|
|||
|
||||
const auxPanel = (
|
||||
<AuxPanel ref="auxPanel" room={this.state.room}
|
||||
fullHeight={this.state.editingRoomSettings}
|
||||
userId={MatrixClientPeg.get().credentials.userId}
|
||||
conferenceHandler={this.props.ConferenceHandler}
|
||||
draggingFile={this.state.draggingFile}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue