From 75ec7926753accd7fc8e6e509f5ad82fced66412 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 10 Sep 2017 22:24:23 -0700 Subject: [PATCH] Fixed ref --- frontend/components/Editor/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}