fix: code format

This commit is contained in:
longhe.li 2026-01-21 14:03:56 +08:00 committed by GitHub
parent ae444117e0
commit 6a2dccfdef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<div