瀏覽代碼

Rename property of color grid to follow changes in ui.

Mateusz Samsel 6 年之前
父節點
當前提交
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 );