From 6ee59b8702687dbfaa4e13f499ddd7b593ecc439 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:03:10 +0800 Subject: [PATCH] Fix CommentEditor Vditor instance --- open-isle-cli/src/components/CommentEditor.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/open-isle-cli/src/components/CommentEditor.vue b/open-isle-cli/src/components/CommentEditor.vue index 568ebbece..c0a9cb669 100644 --- a/open-isle-cli/src/components/CommentEditor.vue +++ b/open-isle-cli/src/components/CommentEditor.vue @@ -60,10 +60,7 @@ export default { 'link', 'image' ], - toolbarConfig: { pin: true }, - after() { - vditorInstance.value = this - } + toolbarConfig: { pin: true } }) })