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;