From 3b3fbc02afc980cf87031f01a3c59162b87058e6 Mon Sep 17 00:00:00 2001 From: loganscharen <61216565+loganscharen@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:16:49 -0500 Subject: [PATCH] Update src/helpers/scopeTab.js Co-authored-by: Bruno Dias --- src/helpers/scopeTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/scopeTab.js b/src/helpers/scopeTab.js index 2b04106a..ca9b9a82 100644 --- a/src/helpers/scopeTab.js +++ b/src/helpers/scopeTab.js @@ -39,7 +39,7 @@ export default function scopeTab(node, event) { if ( (tail === activeElement || - isActiveElementInTailRadioGroup(activeElement, tail)) && + areFromSameRadioGroup(activeElement, tail)) && !shiftKey ) { target = head;