diff --git a/public/js/components/Calendar/Month/Page.js b/public/js/components/Calendar/Month/Page.js index 47630f47f..2cdf8b21d 100644 --- a/public/js/components/Calendar/Month/Page.js +++ b/public/js/components/Calendar/Month/Page.js @@ -80,7 +80,8 @@ export default { if(isInThePast) classstring += ' fhc-calendar-past' return classstring }, - selectDay(day) { + selectDay(day, event) { + this.setSelectedEvent(event); this.date.set(day); this.$emit('input', day); }, @@ -156,7 +157,7 @@ export default {
+ v-contrast @click.stop="selectDay(day,event)">

this is a placeholder which means that no template was passed to the Calendar Page slot