fix pin toggle causing saved tags to get lost
This commit is contained in:
parent
e387c1f6f1
commit
0e3ada4fcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user