Skip to content

Commit

Permalink
fix(dayView): ensure all day event actions are always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed May 29, 2017
1 parent 445b74f commit 132d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/day/calendarAllDayEvent.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import { CalendarEvent } from 'calendar-utils';
class="cal-all-day-event"
[style.backgroundColor]="event.color.secondary"
[style.borderColor]="event.color.primary">
<mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
<mwl-calendar-event-title
[event]="event"
view="day"
(mwlClick)="eventClicked.emit()">
</mwl-calendar-event-title>
<mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
</div>
</ng-template>
<ng-template
Expand Down

0 comments on commit 132d990

Please sign in to comment.