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) => ({
|
||||
...prevState,
|
||||
resourceList: [],
|
||||
relationList: [],
|
||||
}));
|
||||
editorRef.current?.setContent("");
|
||||
clearContentQueryParam();
|
||||
|
Reference in New Issue
Block a user