mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
impr: ignore enter key when trying to bail out via shift+enter
This commit is contained in:
parent
f6421e7215
commit
872027c160
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ export async function handleEnter(
|
|||
},
|
||||
);
|
||||
}
|
||||
e.preventDefault();
|
||||
return;
|
||||
} else {
|
||||
TestState.setBailedOut(true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue