Changeset 60280
- Timestamp:
- 06/05/2025 09:02:54 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/js/index.js
r60040 r60280 258 258 } 259 259 260 _win.scrollTo( 0, Math.abs( _win.twentytwenty.scrolled + getAdminBarHeight() ) ); 260 _win.scrollTo({ 261 top: Math.abs( _win.twentytwenty.scrolled + getAdminBarHeight() ), 262 behavior: 'instant' 263 }); 261 264 262 265 _win.twentytwenty.scrolled = 0;
Note: See TracChangeset
for help on using the changeset viewer.