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
Description
Recently I've discovered that using
.minVelocity()
modifier doesn't affectPan
activation on web. After further investigation I've found out that list with custom activation criteria hadminVelocityX
andminVelocityY
, butminVelocity
was missing. This PR adds mentioned criterion.Test plan
Tested on example app (just add
.minVelocity()
in any example withPan