From 7c12f6cfdf403e6b1e73e4156d943586e287349d Mon Sep 17 00:00:00 2001 From: Michael Skubenych Date: Mon, 4 Mar 2024 14:28:06 +0100 Subject: [PATCH 1/2] fix: allDayEventsLabelTemplate rendered outside of container --- .../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')" >
-
+
+ +
Date: Fri, 19 Apr 2024 18:55:56 +0100 Subject: [PATCH 2/2] chore: emopty commit to trigger ci