From 86733b6832e560ccf89092aa81ccbaae15653a40 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 25 Jan 2022 22:52:52 +0100 Subject: [PATCH] new logo - bug fixes --- components/Calendar.vue | 1 + components/Logo.vue | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/Calendar.vue b/components/Calendar.vue index daad3726..7fd4999f 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -97,6 +97,7 @@ documentClicked() { if (this.selectedDay) { this.selectedDay = null; + this.$eventHub.$emit('calendar-select', this.selectedDay); } }, selectDay(d) { diff --git a/components/Logo.vue b/components/Logo.vue index 5bd73375..5a468b18 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -1,6 +1,6 @@