Skip to content

Commit

Permalink
Using startCount to enable scroll to card after save
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga committed Oct 21, 2024
1 parent 6c0da0d commit a3e9aad
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: 'reset' });
this.activeCard.scrollCountHandler({ task: 'startCount' });

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

Expand Down

0 comments on commit a3e9aad

Please sign in to comment.