Krzysztof Krztoń %!s(int64=7) %!d(string=hai) anos
pai
achega
61a4857c8d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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}
 	 */
 
 	/**