8
0
Pārlūkot izejas kodu

Change InputCommand._batches to protected field.

Maciej Gołaszewski 6 gadi atpakaļ
vecāks
revīzija
826e5c615e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-typing/src/inputcommand.js

+ 1 - 1
packages/ckeditor5-typing/src/inputcommand.js

@@ -41,7 +41,7 @@ export default class InputCommand extends Command {
 		 * {@link module:typing/input~Input#isInput} method.
 		 *
 		 * @type {WeakSet<module:engine/model/batch~Batch>}
-		 * @private
+		 * @protected
 		 */
 		this._batches = new WeakSet();
 	}