diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index 94314027..5f0d60c8 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -186,7 +186,7 @@ type KeyData = {
(this.editor = ref)} + innerRef={ref => (this.editor = ref)} placeholder="Start with a title…" bodyPlaceholder="Insert witty platitude here" schema={this.schema}