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

Remove unneeded PointerEvent check in _onRecommendedImportClick #1351

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

Kuuuube
Copy link
Member

@Kuuuube Kuuuube commented Aug 25, 2024

It is already validated that this wont trigger on something insane due to this being attached to a click event listener. Explicitly checking for PointerEvent creates issues for users tabbing around and for users trying to use touchscreens.

Fixes #1350

@Kuuuube Kuuuube added kind/bug The issue or PR is regarding a bug area/ui-ux The issue or PR is related to UI/UX/Design labels Aug 25, 2024
@Kuuuube Kuuuube requested a review from a team as a code owner August 25, 2024 15:20
@jamesmaa jamesmaa added this pull request to the merge queue Aug 25, 2024
Merged via the queue into themoeway:master with commit 891a73f Aug 25, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui-ux The issue or PR is related to UI/UX/Design kind/bug The issue or PR is regarding a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot download recommended dictionaries on Firefox
2 participants