From fe764a46e931ae79f1651f4a669a8c777e260f16 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Feb 2023 16:00:08 +0100 Subject: [PATCH] fix(task): allow clicking on the whole task to open the task detail view Resolves #3172 --- src/components/input/fancycheckbox.vue | 7 ++++- .../tasks/partials/singleTaskInList.vue | 28 +++++++++---------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/components/input/fancycheckbox.vue b/src/components/input/fancycheckbox.vue index 8c844bd6d0..43f55b7db2 100644 --- a/src/components/input/fancycheckbox.vue +++ b/src/components/input/fancycheckbox.vue @@ -7,7 +7,7 @@ @change="(event: Event) => updateData((event.target as HTMLInputElement).checked)" type="checkbox" /> -