浏览代码

API docs fixes.

Maciej Bukowski 6 年之前
父节点
当前提交
ee61bd38ea
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-engine/src/view/view.js

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

@@ -138,7 +138,8 @@ export default class View {
 		this._renderingDisabled = false;
 
 		/**
-		 * Internal flag to disable rendering when there are no changes since the last rendering.
+		 * Internal flag that disables rendering when there are no changes since the last rendering.
+		 * It stores information about changed selection and changed elements from attached document roots.
 		 *
 		 * @private
 		 * @type {Boolean}