Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change currentTarget to target in mousedown event #3446

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

kangweichan
Copy link
Contributor

There was a fix recently to allow the text in the select to be clicked in order to change the cursor position. (see #3060)

A recent change to how react select uses event.currentTarget has meant that the fix no longer works, but event.target needed to be used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants