Skip to content

Commit

Permalink
fix: aria selected true after tab
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 13, 2025
1 parent 17b338e commit 4b38357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tab/TabNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const TabNav: FC<TabNavProps> = ({
(queriedElements[currentTabIndex] as HTMLElement).click();
break;
case 'Tab':
return;
break;
default:
return;
}
Expand Down

0 comments on commit 4b38357

Please sign in to comment.