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