mirror of https://github.com/usememos/memos.git
fix: code format
This commit is contained in:
parent
ae444117e0
commit
6a2dccfdef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue