8
0
Просмотр исходного кода

Docs: Improved docs of the EditorUI.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
59424437a5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/src/editor/editorui.js

+ 1 - 1
packages/ckeditor5-core/src/editor/editorui.js

@@ -95,7 +95,7 @@ export default class EditorUI {
 	 * **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.
 	 *
-	 * **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.
 	 *
 	 * @event update