diff --git a/src/decouplededitoruiview.js b/src/decouplededitoruiview.js index 0b6ab77..c7ef927 100644 --- a/src/decouplededitoruiview.js +++ b/src/decouplededitoruiview.js @@ -60,7 +60,7 @@ export default class DecoupledEditorUIView extends EditorUIView { } } ); - this.registerChildren( [ this.toolbar, this.editable ] ); + this.registerChild( [ this.toolbar, this.editable ] ); } /**