From 6a2dccfdefc80b1484824213bedb41b5d6001ef2 Mon Sep 17 00:00:00 2001 From: "longhe.li" Date: Wed, 21 Jan 2026 14:03:56 +0800 Subject: [PATCH] fix: code format --- web/src/components/MemoEditor/Editor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (