From 078d8b39a9d5311fb9d926ee726f783184b3bd9a Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 24 Mar 2023 19:47:24 +0100 Subject: [PATCH] fix(gantt): only update today value when changing to the gantt chart view --- src/components/tasks/GanttChart.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/tasks/GanttChart.vue b/src/components/tasks/GanttChart.vue index cbffbe2a56..42990fc234 100644 --- a/src/components/tasks/GanttChart.vue +++ b/src/components/tasks/GanttChart.vue @@ -38,9 +38,8 @@