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

fix(usePointerSwipe): handle secondary clicks properly #2379

Merged
merged 1 commit into from Nov 9, 2022
Merged

fix(usePointerSwipe): handle secondary clicks properly #2379

merged 1 commit into from Nov 9, 2022

Commits on Nov 4, 2022

  1. Fix issue where usePointerSwipe() doesn't handle secondary clicks pro…

    …perly
    
    Fix issue where a secondary click (the right button on a right-handed
    mouse) on an element using usePointerSwipe() is treated as if the
    primary button (left click on a right-handed mouse) has started a drag.
    
    - Rename filterEvent() to eventIsAllowed() for better clarity
    - Fix typo in docs and make punctuation consistent
    
    Fixes #2338
    curtgrimes committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    fecd695 View commit details
    Browse the repository at this point in the history