From 4f2d7b3ce20274995b42f83eec8a80888fd3f672 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 18:03:59 +0200 Subject: [PATCH] feat(editor): add uploading an image on save --- src/components/input/editor/TipTap.vue | 47 +++++++++++++++++++------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 6d39ca4f7..234a7759d 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')