You've already forked matrix-react-sdk
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:
@ -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 = () => {
|
||||||
|
Reference in New Issue
Block a user