diff --git a/ankiqt/ui/addcards.py b/ankiqt/ui/addcards.py index cfbbb353e..bda54ef06 100644 --- a/ankiqt/ui/addcards.py +++ b/ankiqt/ui/addcards.py @@ -152,6 +152,7 @@ question or answer on all cards."""), parent=self) def initializeNewFact(self, old_fact): f = self.parent.deck.newFact() f.tags = self.parent.deck.lastTags + return f def clearOldFact(self, old_fact): f = self.initializeNewFact(old_fact)