Skip to content

Commit

Permalink
Small fixes to Embed Block
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 11, 2020
1 parent c78955f commit e6c6de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EmbedChartBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class EmbedChartBlockEdit extends Component {
<div className="block-inner-wrapper">
<UiForm>
<Segment.Group horizontal>
<Segment secondary={this.state.textEditorIsActive}>
<Segment>
<div ref={this.textEditorSegmentNode}>
<Editor
index={this.props.index}
Expand All @@ -126,7 +126,7 @@ class EmbedChartBlockEdit extends Component {
onSelectBlock={this.nop}
onMutateBlock={this.nop}
data={this.props.data}
blockNode={this.props.blockNode}
blockNode={this.textEditorSegmentNode}
/>
</div>
</Segment>
Expand Down

0 comments on commit e6c6de2

Please sign in to comment.