Oskar Wróbel преди 8 години
родител
ревизия
579535bb15
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

+ 1 - 1
packages/ckeditor5-ui/src/toolbar/contextualtoolbar.js

@@ -99,7 +99,7 @@ export default class ContextualToolbar extends Plugin {
 	 *
 	 * Note that in this case it's better to listen to {@link modules:engine/model/document modelDocument}
 	 * selection instead of {@link modules:engine/view/document viewDocument} selection because the first one
-	 * is not fired when text changes styles like bold or italic and toolbar doesn't blink.
+	 * doesn't fire `change` event after text styles changes (like bold or italic) and toolbar doesn't blink.
 	 *
 	 * @private
 	 */