1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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