Explorar o código

Aligned to the changes in UI.

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
13fdf36dd3

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