Skip to content

Commit

Permalink
Revert "scroll to view (#28837)" (#29042)
Browse files Browse the repository at this point in the history
This reverts commit 4ce3b36.
  • Loading branch information
Mugen87 authored Aug 1, 2024
1 parent 901030c commit 20ece62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ <h1><a href="https://threejs.org">three.js</a></h1>

if ( validRedirects.has( file ) === true ) {

content.querySelector( `a[href="${ file }.html"]` ).scrollIntoView();

selectFile( file );
viewer.src = validRedirects.get( file );
viewer.style.display = 'unset';
Expand Down

0 comments on commit 20ece62

Please sign in to comment.