소스 검색

Docs: Fixed broken links in docs.

Aleksander Nowodzinski 5 년 전
부모
커밋
50b2666659
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-widget/src/utils.js

+ 2 - 2
packages/ckeditor5-widget/src/utils.js

@@ -377,8 +377,8 @@ export function viewToModelPositionOutsideModelElement( model, viewElementMatche
  * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions default `BalloonPanelView` positions}
  * like `northArrowSouth` and `southArrowNorth`; the transition between these two and this position is smooth.
  *
- * @param {utils/dom/rect~Rect} widgetRect A rect of the widget.
- * @param {utils/dom/rect~Rect} balloonRect A rect of the balloon.
+ * @param {module:utils/dom/rect~Rect} widgetRect A rect of the widget.
+ * @param {module:utils/dom/rect~Rect} balloonRect A rect of the balloon.
  * @returns {module:utils/dom/position~Position}
  */
 export function centeredBalloonPositionForLongWidgets( widgetRect, balloonRect ) {