Ver código fonte

Change InputCommand._batches to protected field.

Maciej Gołaszewski 6 anos atrás
pai
commit
826e5c615e
1 arquivos alterados com 1 adições e 1 exclusões
  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();
 	}