mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix tags reverted on clayout
This commit is contained in:
parent
d93a85e28f
commit
dfe7f5bf16
1 changed files with 2 additions and 1 deletions
|
@ -684,7 +684,8 @@ class Editor(object):
|
|||
else:
|
||||
self.deck.setText(self.mw.col.decks.nameOrNone(
|
||||
self.note.model()['did']) or _("Default"))
|
||||
self.tags.setText(self.note.stringTags().strip())
|
||||
if not self.tags.text():
|
||||
self.tags.setText(self.note.stringTags().strip())
|
||||
|
||||
def saveTags(self):
|
||||
if not self.note:
|
||||
|
|
Loading…
Reference in a new issue