Make the menu show up where it was before

This commit is contained in:
Travis Ralston 2020-06-25 19:55:08 -06:00
parent 411271422c
commit 588fea3a9b

View file

@ -204,7 +204,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
return (
<ContextMenu
chevronFace="none"
left={elementRect.left}
left={elementRect.width + elementRect.left}
top={elementRect.top + elementRect.height}
onFinished={this.onCloseMenu}
>