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: disabling start for middle mouse button #852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 22, 2022

  1. fix: disabling start for middle mouse button

    There are 3 possible values for `event.button`:
    - 0: left mouse button
    - 1: middle mouse button
    - 2: right mouse button
    
    We should not start dragging if either middle or right mouse buttons are clicked
    cgood92 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5b31ad4 View commit details
    Browse the repository at this point in the history