From 46ea34d214ec38801b30a398e3759b12a14f989e Mon Sep 17 00:00:00 2001 From: Michael Skubenych Date: Fri, 19 Apr 2024 20:10:32 +0200 Subject: [PATCH] fix(week-view): allDayEventsLabelTemplate rendered outside of container (#1708) --- .../calendar-week-view/calendar-week-view.component.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.component.ts b/projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.component.ts index b41f13700..1a8e7f1e3 100644 --- a/projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.component.ts +++ b/projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.component.ts @@ -103,10 +103,11 @@ export interface CalendarWeekViewBeforeRenderEvent extends WeekView { (dragLeave)="dragLeave('allDay')" >
-
+
+ +