fix: editor height

This commit is contained in:
Aman Harwara
2022-11-09 16:14:38 +05:30
parent e9e5a20afa
commit 73ff1c35ab

View File

@@ -1115,7 +1115,7 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
) : null}
{editorMode === 'component' && this.state.editorComponentViewer && (
<div className="component-view">
<div className="component-view flex-grow">
<ComponentView
key={this.state.editorComponentViewer.identifier}
componentViewer={this.state.editorComponentViewer}