Преглед изворни кода

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 ] );
 	}
 
 	/**