Remove preview from color picker.
This commit is contained in:
parent
95edcb8308
commit
b01dfc483f
@ -52,7 +52,7 @@ OV.SettingsSidebarPanel = class extends OV.SidebarPanel
|
|||||||
comparison : false,
|
comparison : false,
|
||||||
default : '#' + OV.ColorToHexString (defaultValue),
|
default : '#' + OV.ColorToHexString (defaultValue),
|
||||||
components : {
|
components : {
|
||||||
preview : true,
|
preview : false,
|
||||||
opacity : false,
|
opacity : false,
|
||||||
hue : true,
|
hue : true,
|
||||||
interaction: {
|
interaction: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user