mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 16:24:41 +08:00
Revert "disabled result saving when practicing missed or slow words"
This reverts commit d23d3ccf89
.
This commit is contained in:
parent
895c6738cb
commit
01997442d8
1 changed files with 0 additions and 4 deletions
|
@ -1225,10 +1225,6 @@ async function saveResult(
|
|||
completedEvent: CompletedEvent,
|
||||
isRetrying: boolean
|
||||
): Promise<void> {
|
||||
if (PractiseWords.before.mode !== null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!TestState.savingEnabled) {
|
||||
Notifications.add("Result not saved: disabled by user", -1, {
|
||||
duration: 3,
|
||||
|
|
Loading…
Reference in a new issue