From a3e9aad907b62e23e49d1a53e48ad688d7fbcac8 Mon Sep 17 00:00:00 2001 From: Anna Iosif Date: Mon, 21 Oct 2024 16:58:59 +0200 Subject: [PATCH] Using startCount to enable scroll to card after save --- apps/web-mzima-client/src/app/feed/feed.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-mzima-client/src/app/feed/feed.component.ts b/apps/web-mzima-client/src/app/feed/feed.component.ts index d784369102..c85368acc9 100644 --- a/apps/web-mzima-client/src/app/feed/feed.component.ts +++ b/apps/web-mzima-client/src/app/feed/feed.component.ts @@ -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 });