Skip to content

Commit

Permalink
Reseting scrollCount after routerEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga committed Oct 18, 2024
1 parent 0b224d1 commit 6c0da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-mzima-client/src/app/feed/feed.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class FeedComponent extends MainViewComponent implements OnInit, OnDestro
this.urlAfterInteractionWithFilters = '';
//-----------------------------------

this.activeCard.scrollCountHandler({ task: 'increment' });
this.activeCard.scrollCountHandler({ task: 'reset' });

this.masonryUpdateOnModeSwitch({ userEvent: this.userEvent });

Expand Down

0 comments on commit 6c0da0d

Please sign in to comment.