Administration: Make sure list table row actions in Extended view stay visible when a single row gets focus.
Follow-up to [48398], [48423], [48424], [48450], [48670]. Props ryelle. Fixes #51516. See #49715. Built from https://develop.svn.wordpress.org/trunk@49142 git-svn-id: http://core.svn.wordpress.org/trunk@48904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa5a6c8622
commit
a706c4505e
|
@ -1233,7 +1233,7 @@ $document.ready( function() {
|
|||
focusedRowActions.removeClass( 'visible' );
|
||||
}, 30 );
|
||||
}
|
||||
}, '.has-row-actions' );
|
||||
}, '.table-view-list .has-row-actions' );
|
||||
|
||||
// Toggle list table rows on small screens.
|
||||
$( 'tbody' ).on( 'click', '.toggle-row', function() {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49141';
|
||||
$wp_version = '5.6-alpha-49142';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue