|
@@ -95,7 +95,7 @@ export default class EditorUI {
|
|
|
* **Note:**: The event is fired after each {@link module:engine/view/document~Document#event:layoutChanged}.
|
|
* **Note:**: The event is fired after each {@link module:engine/view/document~Document#event:layoutChanged}.
|
|
|
* It can also be fired manually via the {@link module:core/editor/editorui~EditorUI#update} method.
|
|
* It can also be fired manually via the {@link module:core/editor/editorui~EditorUI#update} method.
|
|
|
*
|
|
*
|
|
|
- * **Note:**: This event is not fired immediately but throttled to improve the performance of the UI
|
|
|
|
|
|
|
+ * **Note:**: Successive `update` events will throttled (50ms) to improve the performance of the UI
|
|
|
* and the overall responsiveness of the editor.
|
|
* and the overall responsiveness of the editor.
|
|
|
*
|
|
*
|
|
|
* @event update
|
|
* @event update
|