We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bb189 commit 87424d2Copy full SHA for 87424d2
docusaurus/docs/state.mdx
@@ -45,7 +45,7 @@ const bind = useXXXX(state => {
45
args, // arguments you passed to bind
46
ctrlKey, // true when control key is pressed
47
altKey, // " " alt " "
48
- shift, // " " shift " "
+ shiftKey, // " " shift " "
49
metaKey, // " " meta " "
50
dragging, // is the component currently being dragged
51
moving, // " " " moved
0 commit comments