Skip to content

Commit 132d990

Browse files
author
Matt Lewis
committed
fix(dayView): ensure all day event actions are always visible
1 parent 445b74f commit 132d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/day/calendarAllDayEvent.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import { CalendarEvent } from 'calendar-utils';
99
class="cal-all-day-event"
1010
[style.backgroundColor]="event.color.secondary"
1111
[style.borderColor]="event.color.primary">
12+
<mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
1213
<mwl-calendar-event-title
1314
[event]="event"
1415
view="day"
1516
(mwlClick)="eventClicked.emit()">
1617
</mwl-calendar-event-title>
17-
<mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
1818
</div>
1919
</ng-template>
2020
<ng-template

0 commit comments

Comments
 (0)