mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
restarting test when changing keymapmode
This commit is contained in:
parent
f1ccdbf166
commit
b6bc5e4797
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ function changeKeymapMode(mode, nosave) {
|
|||
config.showLiveWpm = false;
|
||||
}
|
||||
config.keymapMode = mode;
|
||||
restartTest();
|
||||
if (!nosave) saveConfigToCookie();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue