Ensure that widget carets close when dragging an expanded widget.
Props sdavis2702, mindctrl. Fixes #33578. Built from https://develop.svn.wordpress.org/trunk@34165 git-svn-id: http://core.svn.wordpress.org/trunk@34133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1b0121a841
commit
ab777c54cc
|
@ -178,6 +178,7 @@ wpWidgets = {
|
|||
inside = ui.item.children('.widget-inside');
|
||||
|
||||
if ( inside.css('display') === 'block' ) {
|
||||
ui.item.removeClass('open');
|
||||
inside.hide();
|
||||
$(this).sortable('refreshPositions');
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34164';
|
||||
$wp_version = '4.4-alpha-34165';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue