Skip to content

Commit

Permalink
remove scroll to top
Browse files Browse the repository at this point in the history
  • Loading branch information
rrafaelc authored Nov 21, 2023
1 parent f9c52e2 commit 6a72000
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ const renderPerguntas = async ({
} finally {
loading = false;
spinnerContainer.classList.remove('mostrar');
window.scrollTo({
top: 0,
behavior: 'smooth',
});
}

if (paginas === 1) {
Expand Down

0 comments on commit 6a72000

Please sign in to comment.