mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 21:23:01 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
bedf5e0a16
1 changed files with 2 additions and 1 deletions
|
|
@ -1882,9 +1882,10 @@ function showResult(difficultyFailed = false) {
|
|||
wpmOverTimeChart.options.scales.yAxes[1].ticks.max = maxChartVal;
|
||||
|
||||
wpmOverTimeChart.update({ duration: 0 });
|
||||
|
||||
wpmOverTimeChart.resize();
|
||||
swapElements($("#words"), $("#result"), 250, () => {
|
||||
$("#words").empty();
|
||||
wpmOverTimeChart.resize();
|
||||
// if (config.blindMode) {
|
||||
// $.each($("#words .word"), (i, word) => {
|
||||
// let input = inputHistory[i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue