Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from ckeditor/t/ckeditor5/742
Browse files Browse the repository at this point in the history
Internal: Aligned to changes in UI. See ckeditor/ckeditor5#742.
  • Loading branch information
Reinmar committed Apr 5, 2018
2 parents 948ac84 + 8d0a16a commit dcca638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ballooneditoruiview.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class BalloonEditorUIView extends EditorUIView {
*/
this.editable = new InlineEditableUIView( locale, editableElement );

this.registerChildren( this.editable );
this.registerChild( this.editable );
}

/**
Expand Down

0 comments on commit dcca638

Please sign in to comment.