mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
we don't care about rhs state anymore as we can just restore it sanely
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4cf9e0c1ae
commit
bfba25f3da
@ -1614,7 +1614,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
let aux = null;
|
let aux = null;
|
||||||
if (this.state.forwardingMessage !== null) {
|
if (this.state.forwardingMessage !== null) {
|
||||||
aux = <ForwardMessage onCancelClick={this.onCancelClick} currentRoomId={this.state.room.roomId} collapsedRhs={this.props.collapsedRhs} content={this.state.forwardingMessage} />;
|
aux = <ForwardMessage onCancelClick={this.onCancelClick} currentRoomId={this.state.room.roomId} content={this.state.forwardingMessage} />;
|
||||||
} else if (this.state.editingRoomSettings) {
|
} else if (this.state.editingRoomSettings) {
|
||||||
aux = <RoomSettings ref="room_settings" onSaveClick={this.onSettingsSaveClick} onCancelClick={this.onCancelClick} room={this.state.room} />;
|
aux = <RoomSettings ref="room_settings" onSaveClick={this.onSettingsSaveClick} onCancelClick={this.onCancelClick} room={this.state.room} />;
|
||||||
} else if (this.state.uploadingRoomSettings) {
|
} else if (this.state.uploadingRoomSettings) {
|
||||||
|
Loading…
Reference in New Issue
Block a user