chore: fixing zeor's insanity

This commit is contained in:
Miodec 2025-08-29 13:30:12 +02:00
parent c8cf1eae54
commit 667748ad27

View file

@ -939,12 +939,6 @@ export async function update(
$("main #result #saveScreenshotButton").removeClass("hidden");
}
if (window.scrollY > 0) {
$([document.documentElement, document.body])
.stop()
.animate({ scrollTop: 0 }, 250);
}
TestConfig.hide();
void Misc.swapElements(
@ -957,8 +951,6 @@ export async function update(
TestUI.setResultCalculating(false);
$("#words").empty();
ChartController.result.resize();
window.scrollTo({ top: 0 });
},
async () => {
Focus.set(false);