min
This commit is contained in:
parent
aab1d688d1
commit
e14814aa2a
|
@ -522,7 +522,7 @@ jQuery( function( $ ) {
|
|||
if ( scrollElement ) {
|
||||
if ( isSmoothScrollSupported ) {
|
||||
scrollElement[0].scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
behavior: 'smooth'
|
||||
});
|
||||
} else {
|
||||
$( 'html, body' ).animate( {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue