fix: missing relation after post comment (#2452)

fix missing relation after post comment
pull/2457/head
Athurg Gooth 2 years ago committed by GitHub
parent c952651dc1
commit e41ea445c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save