Merge pull request #20664 from woocommerce/fix/20659
Reveal attribute row when adding it.
This commit is contained in:
commit
4036e15cac
|
@ -320,7 +320,11 @@ jQuery( function( $ ) {
|
|||
}
|
||||
|
||||
$( document.body ).trigger( 'wc-enhanced-select-init' );
|
||||
|
||||
attribute_row_indexes();
|
||||
|
||||
$attributes.find( '.woocommerce_attribute' ).last().find( 'h3' ).click();
|
||||
|
||||
$wrapper.unblock();
|
||||
|
||||
$( document.body ).trigger( 'woocommerce_added_attribute' );
|
||||
|
|
Loading…
Reference in New Issue