소스 검색

Update docs/framework/guides/external-ui.md

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotr Jasiun 7 년 전
부모
커밋
72da35446e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/docs/framework/guides/external-ui.md

+ 1 - 1
packages/ckeditor5-ui/docs/framework/guides/external-ui.md

@@ -296,7 +296,7 @@ class BootstrapEditorUI extends EditorUI {
 		this._elementReplacer.replace( replacementElement, view.editable.element );
 
 		// Tell the world that the UI of the editor is ready to use.
-		this.ready();
+		this.fire( 'ready' );
 	}
 
 	destroy() {