Sfoglia il codice sorgente

Update src/ui/mentionsview.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski 6 anni fa
parent
commit
edaf36f21c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js

+ 1 - 1
packages/ckeditor5-mention/src/ui/mentionsview.js

@@ -111,7 +111,7 @@ export default class MentionsView extends View {
 	}
 
 	/**
-	 * Triggers "execute" event on selected item.
+	 * Triggers the `execute` event on the {@link #select selected} item.
 	 */
 	executeSelected() {
 		this.selected.fire( 'execute' );