mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
fixed a bug where repeating the missed words training would still revert settings
This commit is contained in:
parent
0456341947
commit
e1915bbf2f
1 changed files with 1 additions and 1 deletions
|
@ -2592,7 +2592,7 @@ function restartTest(withSameWordset = false, nosave = false) {
|
|||
}
|
||||
}
|
||||
|
||||
if (modeBeforePractise !== null) {
|
||||
if (modeBeforePractise !== null && !withSameWordset) {
|
||||
showNotification("Reverting to previous settings.", 1500);
|
||||
changeMode(modeBeforePractise);
|
||||
modeBeforePractise = null;
|
||||
|
|
Loading…
Reference in a new issue