From 209bb44eec28e3ff77dc1d15bda3f6023b3269e4 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Fri, 10 May 2024 14:08:07 +0200 Subject: [PATCH 1/2] fix: navigation when clicking on the grid on a custom week/month I converted the FullCalendar options to a computed prop again. It still works in private and public widgets. I assume this was just an oversight. This also means that we can get rid of some reactivity hacks again as the computed prop is now properly reactive again. Signed-off-by: Richard Steinmetz --- src/components/CalendarGrid.vue | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/src/components/CalendarGrid.vue b/src/components/CalendarGrid.vue index b98802730..7b739b7fb 100644 --- a/src/components/CalendarGrid.vue +++ b/src/components/CalendarGrid.vue @@ -22,10 +22,10 @@ -->