Skip to content

Commit 87424d2

Browse files
committed
Fix shift -> shiftKey in the docs
Noticed this was incorrect
1 parent 34bb189 commit 87424d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const bind = useXXXX(state => {
4545
args, // arguments you passed to bind
4646
ctrlKey, // true when control key is pressed
4747
altKey, // " " alt " "
48-
shift, // " " shift " "
48+
shiftKey, // " " shift " "
4949
metaKey, // " " meta " "
5050
dragging, // is the component currently being dragged
5151
moving, // " " " moved

0 commit comments

Comments
 (0)