Remove left property.

This commit is contained in:
Tom Moor
2018-02-24 21:47:36 -08:00
parent 2e37bb2c22
commit 752f7c6e2f

View File

@ -21,7 +21,6 @@ type Props = {
class DropdownMenu extends Component {
props: Props;
@observable top: number;
@observable left: number;
@observable right: number;
handleOpen = (openPortal: SyntheticEvent => void) => {
@ -59,7 +58,6 @@ class DropdownMenu extends Component {
key="menu"
onClick={closePortal}
style={this.props.style}
left={this.left}
top={this.top}
right={this.right}
>