Răsfoiți Sursa

Docs: Minor improvements.

Piotrek Koszuliński 8 ani în urmă
părinte
comite
44a231292d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-basic-styles/src/attributecommand.js

+ 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() {
 	refresh() {
 		const doc = this.editor.document;
 		const doc = this.editor.document;