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

Aligned to the changes in UI.

Kamil Piechaczek пре 7 година
родитељ
комит
c7e97d6dc8
1 измењених фајлова са 1 додато и 1 уклоњено
  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.editable = new InlineEditableUIView( locale, editableElement );
 
 
 		this.body.add( this.panel );
 		this.body.add( this.panel );
-		this.registerChildren( this.editable );
+		this.registerChild( this.editable );
 	}
 	}
 
 
 	/**
 	/**