Jelajahi Sumber

Aligned to the changes in UI.

Kamil Piechaczek 7 tahun lalu
induk
melakukan
fef85fb0d2

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