浏览代码

Merge branch 'master' into t/ckeditor5/416d

Aleksander Nowodzinski 6 年之前
父节点
当前提交
46f5cb669d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-ui/src/colorgrid/colorgridview.js

+ 1 - 0
packages/ckeditor5-ui/src/colorgrid/colorgridview.js

@@ -42,6 +42,7 @@ export default class ColorGridView extends View {
 		/**
 		 * The color of the currently selected color tile in {@link #items}.
 		 *
+		 * @observable
 		 * @type {String}
 		 */
 		this.set( 'selectedColor' );