mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: missing relation after post comment (#2452)
fix missing relation after post comment
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user