rebase on oct-10-2023
This commit is contained in:
@@ -1407,8 +1407,8 @@ $( function() {
|
||||
* @return {void}
|
||||
*/
|
||||
$('#contextual-help-link, #show-settings-link').on( 'focus.scroll-into-view', function(e){
|
||||
if ( e.target.scrollIntoView )
|
||||
e.target.scrollIntoView(false);
|
||||
if ( e.target.scrollIntoViewIfNeeded )
|
||||
e.target.scrollIntoViewIfNeeded(false);
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user