mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
updates word count when backspacing in zen mode (#4352) seoulection
This commit is contained in:
parent
5a1070be52
commit
aa6cc3fb01
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ function backspaceToPrevious(): void {
|
|||
TestUI.updateWordElement();
|
||||
|
||||
if (Config.mode === "zen") {
|
||||
TimerProgress.update();
|
||||
|
||||
const els: HTMLElement[] = (document.querySelector("#words")?.children ||
|
||||
[]) as HTMLElement[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue