Răsfoiți Sursa

Update docs/_snippets/examples/bootstrap-ui-inner.js

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotr Jasiun 7 ani în urmă
părinte
comite
d5566831cc

+ 1 - 1
packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js

@@ -161,7 +161,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() {