Skip to content

Commit

Permalink
Don't reset the known superselect width on close
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall authored and cchaos committed Aug 3, 2018
1 parent bb6e7c5 commit 4942a1d
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 4942a1d

Please sign in to comment.