mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
removed End from being inputted as text
This commit is contained in:
parent
6b5cdc8569
commit
c8860f49b2
1 changed files with 1 additions and 0 deletions
|
@ -5560,6 +5560,7 @@ function handleAlpha(event) {
|
|||
"Pause",
|
||||
"PrintScreen",
|
||||
"Clear",
|
||||
"End",
|
||||
undefined,
|
||||
].includes(event.key)
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue