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 0b1dd4c028
commit 4f933730f7

View file

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