Przeglądaj źródła

Docs: Minor improvements.

Piotrek Koszuliński 8 lat temu
rodzic
commit
44a231292d

+ 1 - 1
packages/ckeditor5-basic-styles/src/attributecommand.js

@@ -52,7 +52,7 @@ export default class AttributeCommand extends Command {
 	}
 
 	/**
-	 * Updates the command's {@link #value} based on the current selection.
+	 * Updates the command's {@link #value} and {@link #isEnabled} based on the current selection.
 	 */
 	refresh() {
 		const doc = this.editor.document;