Преглед изворни кода

Fire `uiReady` event on editor instance.

Krzysztof Krztoń пре 7 година
родитељ
комит
1adcc8688f
1 измењених фајлова са 1 додато и 1 уклоњено
  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' );
 	}
 
 	/**