Change weight formula and fixing bugs

This commit is contained in:
2026-04-15 07:53:32 +03:00
parent fa26eb3442
commit ed02be0e77
3 changed files with 19 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ impl RepetitionState {
if self.open {
self.set.open(WordOpenMode::None);
self.current_word = self.set.next();
self.open = false;
return;
} else {
self.open = true;