8
0
فهرست منبع

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.body.add( this.panel );
-		this.registerChildren( this.editable );
+		this.registerChild( this.editable );
 	}
 
 	/**