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. git-svn-id: https://develop.svn.wordpress.org/trunk@49142 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
36ef9cbca9
commit
de89e7292e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user