From 00248e7c913a9608d47142a7a7a3f17eadfa4345 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Feb 2023 17:13:36 +0100 Subject: [PATCH 1/3] Revert "fix(task): allow clicking on the whole task to open the task detail view" This reverts commit fe764a46e931ae79f1651f4a669a8c777e260f16. --- src/components/input/fancycheckbox.vue | 7 +---- .../tasks/partials/singleTaskInList.vue | 28 ++++++++++--------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/src/components/input/fancycheckbox.vue b/src/components/input/fancycheckbox.vue index 43f55b7db..8c844bd6d 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" /> -