mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed PrintScreen key being inserted as text
This commit is contained in:
parent
4c33d94d50
commit
9cef39e582
1 changed files with 1 additions and 0 deletions
|
@ -5476,6 +5476,7 @@ function handleAlpha(event) {
|
|||
"Delete",
|
||||
"KanjiMode",
|
||||
"Pause",
|
||||
"PrintScreen",
|
||||
undefined,
|
||||
].includes(event.key)
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue