diff --git a/qt/aqt/addcards.py b/qt/aqt/addcards.py index 7a2f15154..56655bc9d 100644 --- a/qt/aqt/addcards.py +++ b/qt/aqt/addcards.py @@ -138,6 +138,7 @@ class AddCards(QDialog): old_field_name = old.model()["flds"][n]["name"] if old_field_name not in new_fields: new.fields[n] = old.fields[n] + new.tags = old.tags # and update editor state self.editor.note = new