mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +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…
Add table
Reference in a new issue