8
0
فهرست منبع

API docs fixes.

Maciej Bukowski 7 سال پیش
والد
کامیت
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}