소스 검색

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' );
 	}
 
 	/**