Преглед изворни кода

Docs: Improved the documentation of the SelectAllCommand class.

Aleksander Nowodzinski пре 5 година
родитељ
комит
981fdc246f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/ckeditor5-select-all/src/selectallcommand.js

+ 2 - 2
packages/ckeditor5-select-all/src/selectallcommand.js

@@ -20,8 +20,8 @@ import Command from '@ckeditor/ckeditor5-core/src/command';
  * {@link module:engine/model/selection~Selection#anchor anchored} in.
  *
  * If the selection was anchored in a {@glink framework/guides/tutorials/implementing-a-block-widget nested editable}
- * (e.g. a caption of an image), the new selection will contain its entire content.
- * Successive execution - selecting all if entire content is selected - expands selection to the parent editable.
+ * (e.g. a caption of an image), the new selection will contain its entire content. Successive executions of this command
+ * will expand the selection to encompass more and more content up to the entire editable root of the editor.
  *
  * @extends module:core/command~Command
  */