From 3052176c31513f3fd29dc84812a257f5deb2f8a2 Mon Sep 17 00:00:00 2001 From: wang_yp Date: Tue, 2 Jul 2024 00:32:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=E6=8B=86=E5=88=86proto=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/card/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/card/editor.tsx b/src/pages/card/editor.tsx index 6123d02..fc31077 100644 --- a/src/pages/card/editor.tsx +++ b/src/pages/card/editor.tsx @@ -18,7 +18,7 @@ const Editors = (props) => { } else { setValue(characterStore.item.content) } - }, [characterStore.item.content, currentEventStore.item.content, type]) + }, [type]) const handleEditorChange = (content, editor) => { setSaceValue(content); }