don't restore tags from model

This commit is contained in:
Damien Elmes 2012-12-22 08:29:16 +09:00
parent ce4c62fcbb
commit b5c6a77c9f

View file

@ -78,7 +78,6 @@ class AddCards(QDialog):
def setupNewNote(self, set=True):
f = self.mw.col.newNote()
f.tags = f.model()['tags']
if set:
self.editor.setNote(f)
return f