浏览代码

Aligned to the changes in UI.

Kamil Piechaczek 7 年之前
父节点
当前提交
13fdf36dd3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/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 ] );
 	}
 
 	/**