mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
typo
This commit is contained in:
parent
314553dbe2
commit
16778fecf8
1 changed files with 1 additions and 1 deletions
|
@ -4082,7 +4082,7 @@ $("#customMode2PopupWrapper").click((e) => {
|
|||
}
|
||||
});
|
||||
|
||||
$("#customMode2Popup input").keypress(() => {
|
||||
$("#customMode2Popup input").keypress((e) => {
|
||||
if (e.keyCode == 13) {
|
||||
applyMode2Popup();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue