Revert room header click behaviour to opening room settings

This commit is contained in:
Michael Telatynski 2020-11-20 13:58:28 +00:00
parent c94137b106
commit 0c179e9e6a

View file

@ -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 = () => {