mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
difficulty change clears active challenge
This commit is contained in:
parent
5ae8ff0759
commit
134389515c
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ export async function setup(challengeName: string): Promise<boolean> {
|
|||
ConfigEvent.subscribe((eventKey) => {
|
||||
if (
|
||||
[
|
||||
"difficulty",
|
||||
"numbers",
|
||||
"punctuation",
|
||||
"mode",
|
||||
|
|
Loading…
Reference in a new issue