Skip to content

Commit 04d9ed2

Browse files
committed
chore: add initial value
1 parent bd5b91e commit 04d9ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/test-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export function resetKeypressTimings(): void {
380380
if (aIndex === undefined) return b;
381381
if (bIndex === undefined) return a;
382382
return aIndex > bIndex ? a : b;
383-
});
383+
}, "");
384384

385385
//get the data
386386
const lastKeyData = keyDownData[lastKey];

0 commit comments

Comments
 (0)