8
0
Pārlūkot izejas kodu

Changed TodoListCheckCommand#_selectedItems property from private to protected.

Oskar Wróbel 6 gadi atpakaļ
vecāks
revīzija
8effcfd1a2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-list/src/todolistcheckcommand.js

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

@@ -41,8 +41,8 @@ export default class TodoListCheckCommand extends Command {
 		/**
 		 * List of todo list items selected by the {@link module:engine/model/selection~Selection}.
 		 *
+		 * @protected
 		 * @type {Array.<module:engine/model/element~Element>}
-		 * @private
 		 */
 		this._selectedElements = [];