소스 검색

Docs: Updated method visibility.

Kuba Niegowski 5 년 전
부모
커밋
73f42e48cd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/ckeditor5-table/src/tablenavigation.js

+ 1 - 0
packages/ckeditor5-table/src/tablenavigation.js

@@ -338,6 +338,7 @@ export default class TableNavigation extends Plugin {
 	 * Basing on provided range, finds first/last (depending on `direction`) position inside the range
 	 * that can contain `$text` (according to schema) and is visible in the view.
 	 *
+	 * @private
 	 * @param {module:engine/model/range~Range} range The range to find position in.
 	 * @param {'forward'|'backward'} direction Search direction.
 	 * @returns {module:engine/model/position~Position} Nearest selection range.