Make WordPress Core

Ticket #30964: 30964.diff

File 30964.diff, 498 bytes (added by dlh, 8 years ago)
  • src/wp-admin/js/customize-controls.js

     
    23392339                                }
    23402340                                picker.val( value );
    23412341                                picker.wpColorPicker( 'color', value );
     2342                                picker.wpColorPicker( 'instance' ).element.trigger( 'change' );
    23422343                        } );
    23432344
    23442345                        // Collapse color picker when hitting Esc instead of collapsing the current section.