소스 검색

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