소스 검색

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 );