Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx authored and verena-ifx committed Dec 4, 2023
1 parent 87c5baf commit a4a6248
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/components/tabs/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ export class IfxTabs {
tabindex="0"
aria-selected={index === this.internalActiveTabIndex ? 'true' : 'false'}
aria-disabled={tab.disabled ? 'true' : 'false'}
// onFocus={(event) => console.log("focussing, ", event.target)}

role="tab"
>
{tab?.header}
Expand Down

0 comments on commit a4a6248

Please sign in to comment.