fix: editor height
This commit is contained in:
@@ -1115,7 +1115,7 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
|
|||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{editorMode === 'component' && this.state.editorComponentViewer && (
|
{editorMode === 'component' && this.state.editorComponentViewer && (
|
||||||
<div className="component-view">
|
<div className="component-view flex-grow">
|
||||||
<ComponentView
|
<ComponentView
|
||||||
key={this.state.editorComponentViewer.identifier}
|
key={this.state.editorComponentViewer.identifier}
|
||||||
componentViewer={this.state.editorComponentViewer}
|
componentViewer={this.state.editorComponentViewer}
|
||||||
|
|||||||
Reference in New Issue
Block a user