Browse Source

Fix the JSDoc path for InputTextView#_inputView type.

Tomek Wytrębowicz 5 years ago
parent
commit
779d3fcd29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-table/src/ui/colorinputview.js

+ 1 - 1
packages/ckeditor5-table/src/ui/colorinputview.js

@@ -101,7 +101,7 @@ export default class ColorInputView extends View {
 		 * An instance of the input allowing the user to type a color value.
 		 *
 		 * @protected
-		 * @member {module:ui/dropdown/dropdown~DropdownView}
+		 * @member {module:ui/inputtext/inputtextview~InputTextView}
 		 */
 		this._inputView = this._createInputTextView( locale );