Skip to content

Commit d554f39

Browse files
committed
fixed a bug where afk would be detected even when pressing backspace
1 parent 0396145 commit d554f39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ $(document).keydown((event) => {
10901090
}
10911091
compareInput();
10921092
}
1093+
currentKeypressCount++;
10931094
updateCaretPosition();
10941095
}
10951096
//space

0 commit comments

Comments
 (0)