Przeglądaj źródła

Merge pull request #12 from ckeditor/t/ckeditor5/742

Internal: Aligned to changes in UI. See ckeditor/ckeditor5#742.
Piotrek Koszuliński 7 lat temu
rodzic
commit
e15c440068

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