diff --git a/web/src/components/MemoEditor/index.tsx b/web/src/components/MemoEditor/index.tsx index cfce3f59d6118..768bf47148def 100644 --- a/web/src/components/MemoEditor/index.tsx +++ b/web/src/components/MemoEditor/index.tsx @@ -75,6 +75,7 @@ const MemoEditor = (props: Props) => { useEffect(() => { editorRef.current?.setContent(contentCache || ""); + handleEditorFocus(); }, []); useEffect(() => {