From ea6b83b27c1021f4bbb72072d2f495311490224b Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Fri, 23 Mar 2018 10:40:39 +0100 Subject: [PATCH] Aligned to the changes in UI. --- src/decouplededitoruiview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decouplededitoruiview.js b/src/decouplededitoruiview.js index 2c7fe8c..7e9cfd0 100644 --- a/src/decouplededitoruiview.js +++ b/src/decouplededitoruiview.js @@ -56,7 +56,7 @@ export default class DecoupledEditorUIView extends EditorUIView { } } ); - this.registerChildren( [ this.toolbar, this.editable ] ); + this.registerChild( [ this.toolbar, this.editable ] ); } /**