Explorar el Código

Fire `uiReady` event on editor instance.

Krzysztof Krztoń hace 7 años
padre
commit
1adcc8688f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-core/src/editor/editorui.js

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

@@ -139,7 +139,7 @@ export default class EditorUI {
 	 */
 	ready() {
 		this.fire( 'ready' );
-		this.fire( 'uiReady' );
+		this.editor.fire( 'uiReady' );
 	}
 
 	/**