diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts index 4e425ecdf..625cc059f 100644 --- a/frontend/src/ts/test/test-logic.ts +++ b/frontend/src/ts/test/test-logic.ts @@ -501,9 +501,9 @@ export function restart(options = {} as RestartOptions): void { $("#restartTestButton").blur(); MemoryFunboxTimer.reset(); QuoteRatePopup.clearQuoteStats(); - if (ActivePage.get() == "test" && window.scrollY > 0) { - window.scrollTo({ top: 0, behavior: "smooth" }); - } + // if (ActivePage.get() == "test" && window.scrollY > 0) { + // window.scrollTo({ top: 0, behavior: "smooth" }); + // } $("#wordsInput").val(" "); TestUI.reset();