Răsfoiți Sursa

API docs fixes.

Maciej Bukowski 7 ani în urmă
părinte
comite
ee61bd38ea
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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}