difficulty change clears active challenge

This commit is contained in:
Miodec 2022-03-06 15:34:19 +01:00
parent 5ae8ff0759
commit 134389515c

View file

@ -271,6 +271,7 @@ export async function setup(challengeName: string): Promise<boolean> {
ConfigEvent.subscribe((eventKey) => {
if (
[
"difficulty",
"numbers",
"punctuation",
"mode",