mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
fix: minwpm, minacc, minburst, pacecaret auto enabling themselves
This commit is contained in:
parent
7af4812b3e
commit
1a50b207e4
1 changed files with 4 additions and 0 deletions
|
@ -801,6 +801,10 @@ export function setBurstHeatmap(value: boolean, nosave?: boolean): boolean {
|
|||
}
|
||||
|
||||
const lastConfigsToApply: Set<keyof Config> = new Set([
|
||||
"minWpm",
|
||||
"minAcc",
|
||||
"minBurst",
|
||||
"paceCaret",
|
||||
"punctuation",
|
||||
"numbers",
|
||||
"quoteLength",
|
||||
|
|
Loading…
Add table
Reference in a new issue