Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 PiperOrigin-RevId: 596047639
- Loading branch information