You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I guess the current behaviour is correct and the docs are wrong (should instead say something like "it starts when the user first moves the pointer after pressing down")?
The text was updated successfully, but these errors were encountered:
🙋 Documentation Request
https://react-spectrum.adobe.com/react-aria/useMove.html#features
This sounds like
onMoveStart
behaves likeonPressStart
. But in reality it's called just before the firstonMove
event:react-spectrum/packages/@react-aria/interactions/src/useMove.ts
Lines 58 to 78 in 6013307
So I guess the current behaviour is correct and the docs are wrong (should instead say something like "it starts when the user first moves the pointer after pressing down")?
The text was updated successfully, but these errors were encountered: