feat(api): 拆分proto文件

This commit is contained in:
wang_yp 2024-07-02 00:32:01 +08:00
parent ec6c38cb3e
commit 3052176c31
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}