words will no longer jump up slightly when finishing a test

This commit is contained in:
Miodec 2021-05-10 13:26:26 +01:00
parent d1b0c3fb11
commit 3ac6df1561

View file

@ -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");
});
}