Skip to content

Commit

Permalink
fix: navigate to anchor on master filter selection (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi authored Nov 22, 2023
1 parent a280a2e commit f1e8947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ng-container *ngIf="variationCount$ | async">
<a id="variation-list-top" title="top"></a>
<ish-filter-navigation orientation="horizontal"></ish-filter-navigation>
<ish-filter-navigation orientation="horizontal" fragmentOnRouting="variation-list-top"></ish-filter-navigation>
<ish-product-listing
mode="paging"
[categoryId]="categoryId$ | async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ describe('Product Master Variations Component', () => {
<a id="variation-list-top" title="top"></a
><ish-filter-navigation
orientation="horizontal"
fragmentonrouting="variation-list-top"
ng-reflect-orientation="horizontal"
ng-reflect-fragment-on-routing="variation-list-top"
></ish-filter-navigation
><ish-product-listing
mode="paging"
Expand Down

0 comments on commit f1e8947

Please sign in to comment.