mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:02:46 +08:00
[Common] Color button is visible by default.
This commit is contained in:
@ -41,7 +41,8 @@ define([
|
||||
Common.UI.ColorButton = Common.UI.Button.extend({
|
||||
options : {
|
||||
hint: false,
|
||||
enableToggle: false
|
||||
enableToggle: false,
|
||||
visible: true
|
||||
},
|
||||
|
||||
template: _.template([
|
||||
|
||||
Reference in New Issue
Block a user