mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix/remove incorrect invalid input check (#3963)
This commit is contained in:
parent
ca7efacfed
commit
0d4a50741f
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