From 7b1fbe01df5ff13714531241bdf19b079838f97d Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 25 Feb 2024 20:45:55 +0100 Subject: [PATCH] Fixed missed function call after extracting out some code into a separate method --- src/app/plan-display/plan-display.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/plan-display/plan-display.component.ts b/src/app/plan-display/plan-display.component.ts index b511ca7..467bc08 100644 --- a/src/app/plan-display/plan-display.component.ts +++ b/src/app/plan-display/plan-display.component.ts @@ -61,6 +61,8 @@ export class PlanDisplayComponent implements AfterViewInit, OnInit { this.currentPlan = plan; setTimeout(() => this.setIndex(plan.current), 0); }) + + this.registerOnZoneEnter(); } registerOnZoneEnter() {