Piotrek Koszuliński преди 6 години
родител
ревизия
7c3346d824
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      packages/ckeditor5-engine/src/view/uielement.js

+ 2 - 1
packages/ckeditor5-engine/src/view/uielement.js

@@ -123,7 +123,8 @@ export default class UIElement extends Element {
 	 *			return domElement;
 	 *		};
 	 *
-	 * If you wish to trigger render of entire editor UI you should call {@link module:core/editor/editorui~EditorUI#update} method
+	 * If changes in your UI element should trigger some editor UI update you should call
+	 * the {@link module:core/editor/editorui~EditorUI#update `editor.ui.update()`} method
 	 * after rendering your UI element.
 	 *
 	 * @param {Document} domDocument