8
0
فهرست منبع

Marked "_executeCleanup" event as protected.

Kamil Piechaczek 5 سال پیش
والد
کامیت
466d2444e2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      packages/ckeditor5-list/src/indentcommand.js
  2. 1 1
      packages/ckeditor5-list/src/listcommand.js

+ 1 - 1
packages/ckeditor5-list/src/indentcommand.js

@@ -98,7 +98,7 @@ export default class IndentCommand extends Command {
 			 * It allows to execute an action after executing the {@link ~IndentCommand#execute} method, e.g. adjusting
 			 * attributes of changed list items.
 			 *
-			 * @private
+			 * @protected
 			 * @event _executeCleanup
 			 */
 			this.fire( '_executeCleanup', itemsToChange );

+ 1 - 1
packages/ckeditor5-list/src/listcommand.js

@@ -218,7 +218,7 @@ export default class ListCommand extends Command {
 			 * It allows to execute an action after executing the {@link ~ListCommand#execute} method, e.g. adjusting
 			 * attributes of changed blocks.
 			 *
-			 * @private
+			 * @protected
 			 * @event _executeCleanup
 			 */
 			this.fire( '_executeCleanup', blocks );