Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Larisa-Staroverova committed Oct 9, 2024
1 parent e372230 commit 9274572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/storefrontlib/layout/main/storefront.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class StorefrontComponent implements OnInit, OnDestroy {

protected focusOnFirstNavigationItem() {
const closestNavigationUi = this.elementRef.nativeElement.querySelector(
'.NavigationBar cx-navigation-ui'
'header cx-navigation-ui'
);
const focusable = closestNavigationUi?.querySelector<HTMLElement>(
'li:not(.back) button, [tabindex="0"]'
Expand Down

0 comments on commit 9274572

Please sign in to comment.