feat(api): 拆分proto文件
This commit is contained in:
parent
ec6c38cb3e
commit
3052176c31
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue