mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix/remove incorrect invalid input check (#3963)
This commit is contained in:
parent
6ff023f6a1
commit
07033435a6
1 changed files with 0 additions and 2 deletions
|
@ -368,8 +368,6 @@ impl Collection {
|
|||
}))
|
||||
),
|
||||
)?;
|
||||
} else if card.queue == CardQueue::Suspended {
|
||||
invalid_input!("Can't answer suspended cards");
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue