Fix support for the `hide` option in wpColorPicker, props tollmanz, fixes #29632
git-svn-id: https://develop.svn.wordpress.org/trunk@29879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
30902e52a9
commit
463ef0f0fd
|
@ -50,7 +50,7 @@
|
|||
|
||||
el.iris( {
|
||||
target: self.pickerContainer,
|
||||
hide: true,
|
||||
hide: self.options.hide,
|
||||
width: 255,
|
||||
mode: 'hsv',
|
||||
palettes: self.options.palettes,
|
||||
|
|
Loading…
Reference in New Issue