From e2453b5b2aca6c0b7743d0c426204b4c2f78ae32 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 15 Sep 2019 14:42:32 -0700 Subject: [PATCH] fix: Editor headings offset --- app/components/Editor/Editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Editor/Editor.js b/app/components/Editor/Editor.js index 4fa087693..517a3073c 100644 --- a/app/components/Editor/Editor.js +++ b/app/components/Editor/Editor.js @@ -91,6 +91,7 @@ class Editor extends React.Component { onShowToast={this.onShowToast} getLinkComponent={this.getLinkComponent} tooltip={EditorTooltip} + headingsOffset={1} {...this.props} />