Skip to content

Commit

Permalink
refactor: rm outerTabStops
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Mar 31, 2023
1 parent 76c760c commit 414f0bb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -26,7 +26,6 @@ export default function useTempKeyboard({ containerRef, enabled }) {
enabled,
active: keyboardActive,
innerTabStops, // does keyboard permit inner tab stops
outerTabStops: !innerTabStops, // does keyboard permit outer tab stops
blur: (resetFocus) => {
if (!enabled) {
return;
Expand Down

0 comments on commit 414f0bb

Please sign in to comment.