fixed a bug where afk would be detected even when pressing backspace

This commit is contained in:
unknown 2020-05-24 23:08:03 +01:00
parent 039614521e
commit d554f39e0e

View file

@ -1090,6 +1090,7 @@ $(document).keydown((event) => {
}
compareInput();
}
currentKeypressCount++;
updateCaretPosition();
}
//space