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: don't deny event sequence after zoom #1307

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

Conversation

Kneemund
Copy link
Collaborator

@Kneemund Kneemund commented Nov 28, 2024

Keeps the event sequence of zoom gestures claimed if they were not canceled. This prevents the sequences from propagating to other events like the long press gesture. I haven't noticed any unintended side effects.

Would be nice to have some feedback on this before merging it into main, gestures tend to behave very differently in different environments ;)

@flxzt flxzt self-requested a review November 28, 2024 16:18
Copy link
Owner

@flxzt flxzt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to have fixed the issue on my machine (X1-Yoga 3rd gen).
I did not notice any other side effects or regressions with this change

@Doublonmousse
Copy link
Collaborator

Seems to fix the issue on my machine as well (surface pro 8, on windows).
Does the touch two-finger long-press action gesture works? I can't seem to trigger it (be it with or without this PR)

@flxzt
Copy link
Owner

flxzt commented Nov 28, 2024

the two-finger long-press action works for me on main and with this change, but I am testing it on Fedora

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.

"Copy Cut Paste" menu appearing when it should not
3 participants