Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Improved wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 17, 2019
1 parent 1df49bc commit 6e2a5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/uielement.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e2a5d3

Please sign in to comment.