feat: cache note content and parsed editor blocks
This commit is contained in:
@@ -361,7 +361,10 @@ function EditorCanvas({
|
||||
if (!showEditor) return null
|
||||
|
||||
return (
|
||||
<EditorFindScope className="editor-scroll-area" style={cssVars as React.CSSProperties}>
|
||||
<EditorFindScope
|
||||
className="editor-scroll-area"
|
||||
style={cssVars as React.CSSProperties}
|
||||
>
|
||||
<div className="editor-content-wrapper">
|
||||
<SingleEditorView
|
||||
editor={editor}
|
||||
|
||||
Reference in New Issue
Block a user