Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Recently I've discovered that using `.minVelocity()` modifier doesn't affect `Pan` activation on web. After further investigation I've found out that list with custom activation criteria had `minVelocityX` and `minVelocityY`, but `minVelocity` was missing. This PR adds mentioned criterion. ## Test plan Tested on example app (just add `.minVelocity()` in any example with `Pan`
- Loading branch information