Skip to content

Commit

Permalink
Fix lag on Safari after click Clear in selector (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Jan 10, 2025
1 parent 27cd85a commit 39bcfd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/components/common/YCSelect/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export class Search extends React.PureComponent {
};

_handleOnClick = () => {
this.focusInput();

if (this.props.onClick) {
this.props.onClick();
}
Expand Down

0 comments on commit 39bcfd2

Please sign in to comment.