Sfoglia il codice sorgente

Docs: Fixed broken links in docs.

Aleksander Nowodzinski 5 anni fa
parent
commit
50b2666659
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 ) {