소스 검색

Refactoring.

Krzysztof Krztoń 7 년 전
부모
커밋
61a4857c8d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/ckeditor5-core/src/editor/editorui.js

+ 2 - 1
packages/ckeditor5-core/src/editor/editorui.js

@@ -139,6 +139,7 @@ export default class EditorUI {
 	 */
 	ready() {
 		this.fire( 'ready' );
+		this.fire( 'uiReady' );
 	}
 
 	/**
@@ -167,7 +168,7 @@ export default class EditorUI {
 	 *
 	 * @method module:core/editor/editorui~EditorUI#getEditableElement
 	 * @param {String} [rootName=main] The editable name.
-	 * @returns {module:ui/editableui/editableuiview~EditableUIView|null}
+	 * @returns {HTMLElement|null}
 	 */
 
 	/**