1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

toggle right panel when clicking already active header button

This commit is contained in:
Bruno Windels
2018-12-17 15:22:02 +01:00
parent 4264f915a2
commit bbafd8c2d3
2 changed files with 19 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ export default class HeaderButton extends React.Component {
dis.dispatch({
action: 'view_right_panel_phase',
phase: this.props.clickPhase,
fromHeader: true,
});
}