Merge branch 'master' into newads

This commit is contained in:
Miodec 2023-03-28 15:59:22 +02:00
commit a354e7e0c6

View file

@ -390,6 +390,7 @@ export function resetKeypressTimings(): void {
};
newKeypresDurationArray = [];
totalOverlap = 0;
lastOverlapStartTime = -1;
if (spacingDebug) console.clear();
}