Ensure that widget carets close when dragging an expanded widget.

Props sdavis2702, mindctrl.
Fixes .

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:
Scott Taylor 2015-09-15 03:10:24 +00:00
parent 1b0121a841
commit ab777c54cc
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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.