fix: Editor headings offset

This commit is contained in:
Tom Moor
2019-09-15 14:42:32 -07:00
parent 439ae1e832
commit e2453b5b2a

View File

@@ -91,6 +91,7 @@ class Editor extends React.Component<Props> {
onShowToast={this.onShowToast}
getLinkComponent={this.getLinkComponent}
tooltip={EditorTooltip}
headingsOffset={1}
{...this.props}
/>
</React.Fragment>