Skip to content

Commit

Permalink
Merge pull request #8 from chandlerprall/274-super-select-no-width-ju…
Browse files Browse the repository at this point in the history
…mping

Don't reset the known superselect width on close
  • Loading branch information
cchaos authored Aug 3, 2018
2 parents 1413360 + 2b7e875 commit 3679b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/form/super_select/super_select.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class EuiSuperSelect extends Component {
closePopover = () => {
this.setState({
isPopoverOpen: false,
menuWidth: null,
});
};

Expand Down

0 comments on commit 3679b4c

Please sign in to comment.