Ticket #30964: 30964.diff
File 30964.diff, 498 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/customize-controls.js
2339 2339 } 2340 2340 picker.val( value ); 2341 2341 picker.wpColorPicker( 'color', value ); 2342 picker.wpColorPicker( 'instance' ).element.trigger( 'change' ); 2342 2343 } ); 2343 2344 2344 2345 // Collapse color picker when hitting Esc instead of collapsing the current section.