mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Customizer: When widget reorder button is actioned, transfer focus to the first Move control within the section.
fixes #28891. git-svn-id: https://develop.svn.wordpress.org/trunk@29242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1586,6 +1586,8 @@
|
||||
_( this.getWidgetFormControls() ).each( function( formControl ) {
|
||||
formControl.collapseForm();
|
||||
} );
|
||||
|
||||
this.$sectionContent.find( '.first-widget .move-widget' ).focus();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user