fix: missing relation after post comment (#2452)

fix missing relation after post comment
This commit is contained in:
Athurg Gooth 2023-10-27 10:12:25 +08:00 committed by GitHub
parent c952651dc1
commit e41ea445c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,7 +338,6 @@ const MemoEditor = (props: Props) => {
setState((prevState) => ({
...prevState,
resourceList: [],
relationList: [],
}));
editorRef.current?.setContent("");
clearContentQueryParam();