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

Rename property of color grid to follow changes in ui.

Mateusz Samsel 6 лет назад
Родитель
Сommit
7e220c8c00
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-font/src/ui/colortableview.js

+ 1 - 1
packages/ckeditor5-font/src/ui/colortableview.js

@@ -192,7 +192,7 @@ export default class ColorTableView extends View {
 	 * @private
 	 */
 	recentlyUsed() {
-		const recentViews = new ColorGridView( this.locale, { columns: this.columns, recentlyUsedLabel: this.recentlyUsedLabel } );
+		const recentViews = new ColorGridView( this.locale, { columns: this.columns, gridLabel: this.recentlyUsedLabel } );
 
 		recentViews.bind( 'selectedColor' ).to( this );