Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0c179e9

Browse files
committed
Revert room header click behaviour to opening room settings
1 parent c94137b commit 0c179e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/structures/RoomView.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,7 @@ export default class RoomView extends React.Component<IProps, IState> {
13241324
};
13251325

13261326
private onSettingsClick = () => {
1327-
dis.dispatch({
1328-
action: Action.SetRightPanelPhase,
1329-
phase: RightPanelPhases.RoomSummary,
1330-
});
1327+
dis.dispatch({ action: "open_room_settings" });
13311328
};
13321329

13331330
private onCancelClick = () => {

0 commit comments

Comments
 (0)