8
0
Просмотр исходного кода

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

Internal: Aligned to changes in UI. See ckeditor/ckeditor5#742.
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
5c075528e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-balloon/src/ballooneditoruiview.js

+ 1 - 1
packages/ckeditor5-editor-balloon/src/ballooneditoruiview.js

@@ -32,7 +32,7 @@ export default class BalloonEditorUIView extends EditorUIView {
 		 */
 		this.editable = new InlineEditableUIView( locale, editableElement );
 
-		this.registerChildren( this.editable );
+		this.registerChild( this.editable );
 	}
 
 	/**