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

Fix the JSDoc path for InputTextView#_inputView type.

Tomek Wytrębowicz 5 лет назад
Родитель
Сommit
779d3fcd29
1 измененных файлов с 1 добавлено и 1 удалено
  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 );