Make the menu show up where it was before

pull/21833/head
Travis Ralston 2020-06-25 19:55:08 -06:00
parent 411271422c
commit 588fea3a9b
1 changed files with 1 additions and 1 deletions

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}
>