We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b10ab6 + 462be2b commit 73eb43dCopy full SHA for 73eb43d
src/components/structures/UserMenu.tsx
@@ -210,6 +210,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
210
ev.stopPropagation();
211
212
defaultDispatcher.dispatch({action: 'view_home_page'});
213
+ this.setState({contextMenuPosition: null}); // also close the menu
214
};
215
216
private onCommunitySettingsClick = (ev: ButtonEvent) => {
0 commit comments