Skip to content

Commit

Permalink
Update Select.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rgripper authored Aug 23, 2023
1 parent c275e33 commit 70c921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-select/src/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ export default class Select<
this.menuListRef &&
!this.menuListRef.contains(target))
) {
selectRef.blurInput();
this.blurInput();
}
// reset move vars
this.initialTouchX = 0;
Expand Down

0 comments on commit 70c921f

Please sign in to comment.