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(ripple): multiple touches causing ripples to start from center #5367

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

copybara-service[bot]
Copy link

fix(ripple): multiple touches causing ripples to start from center

Fix is pretty simple, we weren't clearing out the first pointerdown event, and subsequent ones were ignored since the pointerId changes with each touch.

Fixes #5349

Fix is pretty simple, we weren't clearing out the first pointerdown event, and subsequent ones were ignored since the `pointerId` changes with each touch.

Fixes #5349

PiperOrigin-RevId: 596668539
@copybara-service copybara-service bot merged commit cef1b74 into main Jan 8, 2024
@copybara-service copybara-service bot deleted the cl/596047639 branch January 8, 2024 20:17
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.

Ripple Start Position on Touch Event
1 participant