Explorar el Código

Update packages/ckeditor5-typing/src/twostepcaretmovement.js

Maciej hace 5 años
padre
commit
cbb714f4df
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-typing/src/twostepcaretmovement.js

+ 1 - 0
packages/ckeditor5-typing/src/twostepcaretmovement.js

@@ -195,6 +195,7 @@ export default class TwoStepCaretMovement extends Plugin {
 
 		/**
 		 * A flag indicating that the automatic gravity restoration should not happen upon the next
+		 * gravity restoration.
 		 * {@link module:engine/model/selection~Selection#event:change:range} event.
 		 *
 		 * @private