diff --git a/qt/aqt/addcards.py b/qt/aqt/addcards.py index efe20e9b2..2ed2e964a 100644 --- a/qt/aqt/addcards.py +++ b/qt/aqt/addcards.py @@ -112,7 +112,6 @@ class AddCards(QDialog): except IndexError: pass self.removeTempNote(oldNote) - self.editor.setNote(note) def onReset(self, model: None = None, keep: bool = False) -> None: oldNote = self.editor.note