Piotrek Koszuliński пре 8 година
родитељ
комит
44a231292d
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {
 		const doc = this.editor.document;