mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-04 21:58:59 +08:00
chore: fixing zeor's insanity
This commit is contained in:
parent
c8cf1eae54
commit
667748ad27
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue