mirror of https://github.com/vector-im/riot-web
Revert room header click behaviour to opening room settings
parent
c94137b106
commit
0c179e9e6a
|
@ -1324,10 +1324,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
};
|
||||
|
||||
private onSettingsClick = () => {
|
||||
dis.dispatch({
|
||||
action: Action.SetRightPanelPhase,
|
||||
phase: RightPanelPhases.RoomSummary,
|
||||
});
|
||||
dis.dispatch({ action: "open_room_settings" });
|
||||
};
|
||||
|
||||
private onCancelClick = () => {
|
||||
|
|
Loading…
Reference in New Issue