From 4d5bac320ec3f7516373881962379264e59d53de Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 10 Jun 2025 21:06:39 +0200 Subject: [PATCH] fix(tasklist): refresh editor after checkbox toggle --- frontend/cypress/e2e/task/task.spec.ts | 35 +++++- .../src/components/input/editor/TipTap.vue | 103 +++++++++--------- 2 files changed, 84 insertions(+), 54 deletions(-) diff --git a/frontend/cypress/e2e/task/task.spec.ts b/frontend/cypress/e2e/task/task.spec.ts index 2335b45d3..d32d7c51c 100644 --- a/frontend/cypress/e2e/task/task.spec.ts +++ b/frontend/cypress/e2e/task/task.spec.ts @@ -911,8 +911,8 @@ describe('Task', () => { .should('exist') }) - it('Can check items off a checklist', () => { - const tasks = TaskFactory.create(1, { + it('Can check items off a checklist', () => { + const tasks = TaskFactory.create(1, { id: 1, description: `