Jelajahi Sumber

Marked "_executeCleanup" event as protected.

Kamil Piechaczek 5 tahun lalu
induk
melakukan
466d2444e2

+ 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 );