From 04d9ed24184a429fe96385e464a9b131896f0abc Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 22 Nov 2025 19:48:15 +0100 Subject: [PATCH] chore: add initial value --- frontend/src/ts/test/test-input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/test/test-input.ts b/frontend/src/ts/test/test-input.ts index c45ac2f8b42a..7878e9e5a1bf 100644 --- a/frontend/src/ts/test/test-input.ts +++ b/frontend/src/ts/test/test-input.ts @@ -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];