8
0
Quellcode durchsuchen

Small clarification in the API docs.

Piotrek Koszuliński vor 9 Jahren
Ursprung
Commit
be8bbe2e21
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      packages/ckeditor5-paragraph/src/paragraphcommand.js

+ 2 - 1
packages/ckeditor5-paragraph/src/paragraphcommand.js

@@ -38,7 +38,8 @@ export default class ParagraphCommand extends Command {
 	}
 
 	/**
-	 * Executes command.
+	 * Executes the command. All the {@link module:engine/model/schema~Schema#blocks blocks} in the selection
+	 * will be turned to paragraphs.
 	 *
 	 * @protected
 	 * @param {Object} [options] Options for executed command.