File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
"start" : " react-scripts start" ,
45
45
"dev" : " microbundle watch" ,
46
46
"build" : " rm -rf dist && microbundle" ,
47
- "build:demo " : " BUILD_PATH='./docs' react-scripts build"
47
+ "build:docs " : " BUILD_PATH='./docs' react-scripts build"
48
48
},
49
49
"keywords" : [
50
50
" arrows" ,
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default function useArrows(
78
78
const index = [ ...elements ] . indexOf ( activeElement )
79
79
80
80
/**
81
- * Prevent focus from jumping if current focus is not in the element array.
81
+ * Prevent focus from jumping if the current focus is not in the element array.
82
82
*
83
83
* This will help prevent focus from jumping to the next focusable element
84
84
* when using keydown event on external DOM element.
You can’t perform that action at this time.
0 commit comments