浏览代码

Update src/ui/mentionsview.js

Co-Authored-By: jodator <jodator@gmail.com>
Aleksander Nowodzinski 6 年之前
父节点
当前提交
04f9c6763f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-mention/src/ui/mentionsview.js

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

@@ -45,7 +45,7 @@ export default class MentionsView extends View {
 	}
 
 	/**
-	 * Selects the first item.
+	 * {@link #select Selects} the first item.
 	 */
 	selectFirst() {
 		this.select( 0 );