fixed jumpy animation when always show words history is enabled

This commit is contained in:
Jack 2021-07-05 19:14:34 +01:00
parent e29b0fc3d9
commit c5607b5d9a

View file

@ -1959,15 +1959,15 @@ export function finish(difficultyFailed = false) {
$("#words").empty();
ChartController.result.resize();
if (Config.alwaysShowWordsHistory) {
TestUI.toggleResultWords();
}
if (TestUI.heatmapEnabled) {
TestUI.applyBurstHeatmap();
}
$("#testModesNotice").addClass("hidden");
},
() => {
if (Config.alwaysShowWordsHistory) {
TestUI.toggleResultWords();
}
Keymap.hide();
}
);