8
0
Quellcode durchsuchen

Update src/restrictededitingmodeediting.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej vor 5 Jahren
Ursprung
Commit
2328f7a488

+ 2 - 1
packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.js

@@ -96,7 +96,8 @@ export default class RestrictedEditingModeEditing extends Plugin {
 	}
 
 	/**
-	 * Enables command with given `commandName` in restricted editing mode.
+	 * Makes the given command always enabled in the restricted editing mode (regardless
+	 * of selection location).
 	 *
 	 * @param {String} commandName Name of the command to enable.
 	 */