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( }) }