Explorar o código

Docs: Fixed a broken link in the DropdownView class.

Aleksander Nowodzinski %!s(int64=6) %!d(string=hai) anos
pai
achega
0f4b152cb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
-	 * {@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.
 	 *
 	 * @type {module:utils/dom/position~Options#positions}