diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index fd8883e25..4b7bbe2e4 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -504,7 +504,7 @@ where id in (%s)""" % ",".join([ self.deck.setUndoStart(n) self.deck.deleteCards(cards) self.deck.setUndoEnd(n) - self.updateAfterCardChange(reset=True) + self.updateSearch() def addTags(self): tags = ui.utils.getOnlyText(_("Enter tag(s) to add:"), self)