mirror of
https://github.com/standardnotes/app
synced 2026-08-05 03:16:44 -04:00
fix: editor height
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user