Skip to content

Commit

Permalink
Merge pull request #13947 from qburst/13945--fix-galleria-tabbing-issue
Browse files Browse the repository at this point in the history
fix: fix galleria tabbing issue
  • Loading branch information
cetincakiroglu authored Oct 25, 2023
2 parents da7a7dd + c47399f commit 568afde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/galleria/galleria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ export class GalleriaItemSlot {
tabindex="0"
(click)="onIndicatorClick(index)"
(mouseenter)="onIndicatorMouseEnter(index)"
(keydown)="onIndicatorKeyDown(event, index)"
(keydown)="onIndicatorKeyDown($event, index)"
[ngClass]="{ 'p-galleria-indicator': true, 'p-highlight': isIndicatorItemActive(index) }"
[attr.aria-label]="ariaPageLabel(index + 1)"
[attr.aria-selected]="activeIndex === index"
Expand Down

1 comment on commit 568afde

@vercel
Copy link

@vercel vercel bot commented on 568afde Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.