From 66c37f10e0dbf7e1ae5872fd4c69d891b0030fb0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 14:10:26 +0200 Subject: [PATCH] chore(editor): cleanup --- src/components/input/editor/CodeBlock.vue | 46 ---------------------- src/components/input/editor/TipTap.vue | 47 ++--------------------- 2 files changed, 4 insertions(+), 89 deletions(-) delete mode 100644 src/components/input/editor/CodeBlock.vue diff --git a/src/components/input/editor/CodeBlock.vue b/src/components/input/editor/CodeBlock.vue deleted file mode 100644 index 59fc6a4d6..000000000 --- a/src/components/input/editor/CodeBlock.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 0a2af83e7..eb01a54b5 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -79,7 +79,7 @@ const tiptapRegex = new RegExp(`${TIPTAP_TEXT_VALUE_PREFIX}`, 's')