From 2967019cd9ae498f271ae0aa458795419d6b28a4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 18 Nov 2023 18:01:09 +0100 Subject: [PATCH] feat(editor): mark a checkbox item as done when clicking on its text --- src/components/input/editor/TipTap.vue | 50 +++++++++++++++++++-- src/components/project/partials/filters.vue | 2 +- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index ae05afaab..07d4a0aca 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -1,5 +1,5 @@