mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-04 14:39:02 +08:00
chore: unnecessary event handler
This commit is contained in:
parent
13d041e055
commit
a68af7cb56
1 changed files with 0 additions and 6 deletions
|
|
@ -887,10 +887,4 @@ $("header #menu").on("click", ".textButton", (e) => {
|
|||
}
|
||||
});
|
||||
|
||||
$(document).on("keypress", "header #menu .textButton", (e) => {
|
||||
if (e.key === "Enter") {
|
||||
$(e.currentTarget).trigger("click");
|
||||
}
|
||||
});
|
||||
|
||||
Skeleton.save(wrapperId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue