From af13d68c48d576f5b2fbf71e41a84e13677a031a Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 11 Dec 2023 21:55:27 +0100 Subject: [PATCH] fix(editor): show editor if there is no content initially --- src/components/input/editor/TipTap.vue | 80 ++++++------------- src/components/tasks/partials/description.vue | 8 +- src/views/tasks/TaskDetailView.vue | 6 +- 3 files changed, 31 insertions(+), 63 deletions(-) diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 3c90f9ed8..f7daa0901 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -118,7 +118,6 @@