mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 06:33:22 +08:00
fixed #1324
This commit is contained in:
parent
94d2c7ead9
commit
633cc2bf77
1 changed files with 1 additions and 3 deletions
|
@ -1831,9 +1831,7 @@ export let defaultCommands = {
|
|||
{
|
||||
id: "bailOutNo",
|
||||
display: "Nevermind",
|
||||
exec: () => {
|
||||
Commandline.hide();
|
||||
},
|
||||
exec: () => {},
|
||||
available: () => {
|
||||
return canBailOut();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue