From b5c6a77c9fae8daf5cf7648ce351a524362a18d9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 22 Dec 2012 08:29:16 +0900 Subject: [PATCH] don't restore tags from model --- aqt/addcards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aqt/addcards.py b/aqt/addcards.py index 7dafe8903..5f3ddbb19 100644 --- a/aqt/addcards.py +++ b/aqt/addcards.py @@ -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