mirror of
https://github.com/usememos/memos.git
synced 2025-01-27 15:42:16 +08:00
fix: missing relation after post comment (#2452)
fix missing relation after post comment
This commit is contained in:
parent
c952651dc1
commit
e41ea445c9
1 changed files with 0 additions and 1 deletions
|
@ -338,7 +338,6 @@ const MemoEditor = (props: Props) => {
|
|||
setState((prevState) => ({
|
||||
...prevState,
|
||||
resourceList: [],
|
||||
relationList: [],
|
||||
}));
|
||||
editorRef.current?.setContent("");
|
||||
clearContentQueryParam();
|
||||
|
|
Loading…
Reference in a new issue