8
0
Szymon Cofalik 8 жил өмнө
parent
commit
af7275b6ef

+ 1 - 0
packages/ckeditor5-engine/src/model/document.js

@@ -426,6 +426,7 @@ export default class Document {
 	 * during that block execution.
 	 *
 	 * @event change
+	 * @param {@link module:engine/model/batch~Batch} batch Batch which was used in the executed changes block.
 	 */
 }