mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
fixed restart not working for quotes
This commit is contained in:
parent
ddf362e576
commit
c96304f442
1 changed files with 1 additions and 0 deletions
|
@ -3269,6 +3269,7 @@ $(document).keydown((event) => {
|
|||
if (
|
||||
(config.mode === "words" && config.words < 1000) ||
|
||||
(config.mode === "time" && config.time < 3600) ||
|
||||
config.mode === "quote" ||
|
||||
(config.mode === "custom" &&
|
||||
customTextIsRandom &&
|
||||
customTextWordCount < 1000) ||
|
||||
|
|
Loading…
Reference in a new issue