mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
don't restore tags from model
This commit is contained in:
parent
ce4c62fcbb
commit
b5c6a77c9f
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ class AddCards(QDialog):
|
||||||
|
|
||||||
def setupNewNote(self, set=True):
|
def setupNewNote(self, set=True):
|
||||||
f = self.mw.col.newNote()
|
f = self.mw.col.newNote()
|
||||||
f.tags = f.model()['tags']
|
|
||||||
if set:
|
if set:
|
||||||
self.editor.setNote(f)
|
self.editor.setNote(f)
|
||||||
return f
|
return f
|
||||||
|
|
Loading…
Reference in a new issue