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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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>