From 046aad655997047a4577dfb31ed88b7d9900a015 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 17 Nov 2017 11:20:15 +0300 Subject: [PATCH] [Common] Color button is visible by default. --- apps/common/main/lib/component/ColorButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/ColorButton.js b/apps/common/main/lib/component/ColorButton.js index 5fb4933d1c..4572aa358d 100644 --- a/apps/common/main/lib/component/ColorButton.js +++ b/apps/common/main/lib/component/ColorButton.js @@ -41,7 +41,8 @@ define([ Common.UI.ColorButton = Common.UI.Button.extend({ options : { hint: false, - enableToggle: false + enableToggle: false, + visible: true }, template: _.template([