ソースを参照

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