Revert room header click behaviour to opening room settings
This commit is contained in:
parent
c94137b106
commit
0c179e9e6a
1 changed files with 1 additions and 4 deletions
|
@ -1324,10 +1324,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||||
};
|
};
|
||||||
|
|
||||||
private onSettingsClick = () => {
|
private onSettingsClick = () => {
|
||||||
dis.dispatch({
|
dis.dispatch({ action: "open_room_settings" });
|
||||||
action: Action.SetRightPanelPhase,
|
|
||||||
phase: RightPanelPhases.RoomSummary,
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private onCancelClick = () => {
|
private onCancelClick = () => {
|
||||||
|
|
Loading…
Reference in a new issue