Change weight formula and fixing bugs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user