diff --git a/web/src/components/MemoEditor/Editor/index.tsx b/web/src/components/MemoEditor/Editor/index.tsx index 5c3baa78f..0940e8077 100644 --- a/web/src/components/MemoEditor/Editor/index.tsx +++ b/web/src/components/MemoEditor/Editor/index.tsx @@ -184,7 +184,7 @@ const Editor = forwardRef(function Editor(props: EditorProps, ref: React.Forward // focus mode scroll height is handled by flex layout useEffect(() => { updateEditorHeight(); - }, [isFocusMode]) + }, [isFocusMode]); return (