Skip to content

Commit

Permalink
chore: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 10, 2024
1 parent fc9c2f3 commit bb27516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BaseSelect.tsx
Expand Up @@ -488,7 +488,6 @@ const BaseSelect = React.forwardRef<BaseSelectRef, BaseSelectProps>((props, ref)
event.preventDefault();
}


// We only manage open state here, close logic should handle by list component
if (!mergedOpen) {
onToggleOpen(true);
Expand Down

0 comments on commit bb27516

Please sign in to comment.