mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
added a special key to ignore list. closes #1716
This commit is contained in:
parent
fd1d5d5ce5
commit
bc0c435d49
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ function handleAlpha(event) {
|
|||
"End",
|
||||
"GroupPrevious",
|
||||
"GroupNext",
|
||||
"WakeUp",
|
||||
undefined,
|
||||
].includes(event.key)
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue