Unverified Commit e41ea445 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

fix: missing relation after post comment (#2452)

fix missing relation after post comment
parent c952651d
......@@ -338,7 +338,6 @@ const MemoEditor = (props: Props) => {
setState((prevState) => ({
...prevState,
resourceList: [],
relationList: [],
}));
editorRef.current?.setContent("");
clearContentQueryParam();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment