From c48fb6ad15b59951a37abc6ab84a5ada4f4cb728 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 1 Dec 2023 12:00:58 +0100 Subject: [PATCH] chore(deps): update lockfile --- src/components/input/editor/TipTap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 35021a398..858292abc 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -435,7 +435,7 @@ function uploadAndInsertFiles(files: File[] | FileList) { .setImage({src: url}) .run() }) - bubbleSave() + bubbleSave( }) }