mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
words will no longer jump up slightly when finishing a test
This commit is contained in:
parent
d1b0c3fb11
commit
3ac6df1561
1 changed files with 2 additions and 2 deletions
|
@ -1127,8 +1127,7 @@ export function finish(difficultyFailed = false) {
|
|||
);
|
||||
}, 125);
|
||||
|
||||
$("#testModesNotice").addClass("hidden");
|
||||
|
||||
$("#testModesNotice").css("opacity",0);
|
||||
$("#result .stats .leaderboards .bottom").text("");
|
||||
$("#result .stats .leaderboards").addClass("hidden");
|
||||
|
||||
|
@ -1819,6 +1818,7 @@ export function finish(difficultyFailed = false) {
|
|||
if (Config.alwaysShowWordsHistory) {
|
||||
TestUI.toggleResultWords();
|
||||
}
|
||||
$("#testModesNotice").addClass("hidden");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue