[Common] Color button is visible by default.
This commit is contained in:
parent
9fcd4314dd
commit
046aad6559
|
@ -41,7 +41,8 @@ define([
|
||||||
Common.UI.ColorButton = Common.UI.Button.extend({
|
Common.UI.ColorButton = Common.UI.Button.extend({
|
||||||
options : {
|
options : {
|
||||||
hint: false,
|
hint: false,
|
||||||
enableToggle: false
|
enableToggle: false,
|
||||||
|
visible: true
|
||||||
},
|
},
|
||||||
|
|
||||||
template: _.template([
|
template: _.template([
|
||||||
|
|
Loading…
Reference in a new issue