8
0
Просмотр исходного кода

Docs: Fixed a broken link in the DropdownView class.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
0f4b152cb9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/src/dropdown/dropdownview.js

+ 1 - 1
packages/ckeditor5-ui/src/dropdown/dropdownview.js

@@ -308,7 +308,7 @@ export default class DropdownView extends View {
 
 
 	/**
 	/**
 	 * Returns {@link #panelView panel} positions to be used by the
 	 * Returns {@link #panelView panel} positions to be used by the
-	 * {@link module:utils/dom/position#getOptimalPosition `getOptimalPosition()`}
+	 * {@link module:utils/dom/position~getOptimalPosition `getOptimalPosition()`}
 	 * utility considering the direction of the language the UI of the editor is displayed in.
 	 * utility considering the direction of the language the UI of the editor is displayed in.
 	 *
 	 *
 	 * @type {module:utils/dom/position~Options#positions}
 	 * @type {module:utils/dom/position~Options#positions}