mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
chore: add initial value
This commit is contained in:
parent
bd5b91e669
commit
04d9ed2418
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ export function resetKeypressTimings(): void {
|
|||
if (aIndex === undefined) return b;
|
||||
if (bIndex === undefined) return a;
|
||||
return aIndex > bIndex ? a : b;
|
||||
});
|
||||
}, "");
|
||||
|
||||
//get the data
|
||||
const lastKeyData = keyDownData[lastKey];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue