fix: lazy load embedded files in super editor (#2043)

This commit is contained in:
Aman Harwara
2022-11-23 00:55:20 +05:30
committed by GitHub
parent 8c8f045b9a
commit 096d82f7af
4 changed files with 62 additions and 12 deletions

View File

@@ -953,7 +953,7 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
)}
{editorMode === 'super' && (
<div className={classNames('blocks-editor w-full flex-grow overflow-hidden overflow-y-scroll')}>
<div className={classNames('blocks-editor w-full flex-grow overflow-hidden overflow-y-auto')}>
<SuperEditor
key={this.note.uuid}
application={this.application}