Skip to content

Commit a477788

Browse files
authored
Fix useMove docs to be more clear when events start (#6952)
1 parent cd346c2 commit a477788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-aria/interactions/docs/useMove.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ keywords: [move interactions, move events, drag, touch, mouse, keyboard, aria]
3535
## Features
3636

3737
`useMove` handles move interactions across mouse, touch, and keyboard. A move interaction starts when a
38-
user presses down with a mouse or their finger on the target, and ends when they lift their pointer. Move
38+
user moves after pressing down with a mouse or their finger on the target, and ends when they lift their pointer. Move
3939
events are fired as the pointer moves around, and specify the distance that the pointer traveled since the last
40-
event. In addition, move events are fired when the user focuses the target element and uses the arrow keys.
40+
event. In addition, after a user focuses the target element, move events are fired when the user presses the arrow keys.
4141

4242
* Handles mouse and touch events
4343
* Handles arrow key presses

0 commit comments

Comments
 (0)