Update Editor.js

This commit is contained in:
Tom Moor
2019-09-15 21:18:31 -07:00
committed by GitHub
parent f43643f43b
commit 18658e354a

View File

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