Explorar el Código

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

Internal: Aligned to changes in UI. See ckeditor/ckeditor5#742.
Piotrek Koszuliński hace 7 años
padre
commit
7040707589
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

+ 1 - 1
packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

@@ -130,7 +130,7 @@ export default class InlineEditorUIView extends EditorUIView {
 		this.editable = new InlineEditableUIView( locale, editableElement );
 
 		this.body.add( this.panel );
-		this.registerChildren( this.editable );
+		this.registerChild( this.editable );
 	}
 
 	/**