There was an error while loading. Please reload this page.
1 parent 94d905a commit a3e6c68Copy full SHA for a3e6c68
1 file changed
utils/wasm-keystroke.js
@@ -98,7 +98,7 @@ class WASMKeystrokeManager {
98
}
99
100
captureKeyDown(event) {
101
- timestamp = performance.now();
+ const timestamp = performance.now();
102
if (!this.initialized) {
103
console.warn('WASM not initialized');
104
return;
@@ -136,7 +136,7 @@ class WASMKeystrokeManager {
136
137
138
captureKeyUp(event) {
139
140
141
142
0 commit comments