Make the menu show up where it was before
This commit is contained in:
@@ -204,7 +204,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
|||||||
return (
|
return (
|
||||||
<ContextMenu
|
<ContextMenu
|
||||||
chevronFace="none"
|
chevronFace="none"
|
||||||
left={elementRect.left}
|
left={elementRect.width + elementRect.left}
|
||||||
top={elementRect.top + elementRect.height}
|
top={elementRect.top + elementRect.height}
|
||||||
onFinished={this.onCloseMenu}
|
onFinished={this.onCloseMenu}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user