mirror of https://github.com/usememos/memos.git
fix: missing relation after post comment (#2452)
fix missing relation after post comment
This commit is contained in:
parent
c952651dc1
commit
e41ea445c9
|
|
@ -338,7 +338,6 @@ const MemoEditor = (props: Props) => {
|
|||
setState((prevState) => ({
|
||||
...prevState,
|
||||
resourceList: [],
|
||||
relationList: [],
|
||||
}));
|
||||
editorRef.current?.setContent("");
|
||||
clearContentQueryParam();
|
||||
|
|
|
|||
Loading…
Reference in New Issue