mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-11 09:06:36 +08:00
fix: keymap always enabled
This commit is contained in:
parent
1a50b207e4
commit
266c564400
1 changed files with 1 additions and 0 deletions
|
@ -801,6 +801,7 @@ export function setBurstHeatmap(value: boolean, nosave?: boolean): boolean {
|
|||
}
|
||||
|
||||
const lastConfigsToApply: Set<keyof Config> = new Set([
|
||||
"keymapMode",
|
||||
"minWpm",
|
||||
"minAcc",
|
||||
"minBurst",
|
||||
|
|
Loading…
Add table
Reference in a new issue