mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
fix changeQuoteLengthAll
command
This commit is contained in:
parent
60cbbc77c5
commit
a34e60cea0
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ let commandsQuoteLengthConfig = {
|
|||
id: "changeQuoteLengthAll",
|
||||
display: "all",
|
||||
exec: () => {
|
||||
UpdateConfig.setQuoteLength(-1);
|
||||
UpdateConfig.setQuoteLength([0, 1, 2, 3]);
|
||||
TestLogic.restart();
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue