mirror of
https://github.com/usememos/memos.git
synced 2025-12-16 21:59:25 +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) => ({
|
setState((prevState) => ({
|
||||||
...prevState,
|
...prevState,
|
||||||
resourceList: [],
|
resourceList: [],
|
||||||
relationList: [],
|
|
||||||
}));
|
}));
|
||||||
editorRef.current?.setContent("");
|
editorRef.current?.setContent("");
|
||||||
clearContentQueryParam();
|
clearContentQueryParam();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue