From a0ec096f8d2040238385148e652190e86be375a6 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 8 Aug 2021 18:36:53 +0100 Subject: [PATCH] no need to update the chart --- src/js/test/test-logic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/test/test-logic.js b/src/js/test/test-logic.js index f25cbb9b2..9967205da 100644 --- a/src/js/test/test-logic.js +++ b/src/js/test/test-logic.js @@ -948,7 +948,7 @@ export function restart( TestTimer.clear(); if ($("#commandLineWrapper").hasClass("hidden")) TestUI.focusWords(); - ChartController.result.update(); + // ChartController.result.update(); TestUI.updateModesNotice(); UI.setPageTransition(false); // console.log(TestStats.incompleteSeconds);