mirror of https://github.com/vector-im/riot-web
Close context menu when user clicks the Home button
parent
a7e6d8e7f0
commit
462be2b6a0
|
@ -203,6 +203,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
|
|
||||||
defaultDispatcher.dispatch({action: 'view_home_page'});
|
defaultDispatcher.dispatch({action: 'view_home_page'});
|
||||||
|
this.setState({contextMenuPosition: null}); // also close the menu
|
||||||
};
|
};
|
||||||
|
|
||||||
private onCommunitySettingsClick = (ev: ButtonEvent) => {
|
private onCommunitySettingsClick = (ev: ButtonEvent) => {
|
||||||
|
|
Loading…
Reference in New Issue