Skip to content

Commit

Permalink
Update src/helpers/scopeTab.js
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Dias <[email protected]>
  • Loading branch information
loganscharen and diasbruno authored Mar 12, 2024
1 parent 704521f commit 3b3fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/scopeTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function scopeTab(node, event) {

if (
(tail === activeElement ||
isActiveElementInTailRadioGroup(activeElement, tail)) &&
areFromSameRadioGroup(activeElement, tail)) &&
!shiftKey
) {
target = head;
Expand Down

0 comments on commit 3b3fbc0

Please sign in to comment.