mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
mark fact modified when tags updated
This commit is contained in:
parent
ec6520b8aa
commit
96e88468b7
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,8 @@ class FactEditor(object):
|
|||
self.fact.tags = unicode(text)
|
||||
if self.onChange:
|
||||
self.onChange(None)
|
||||
self.fact.setModified(textChanged=True)
|
||||
self.deck.setModified()
|
||||
|
||||
def focusField(self, fieldName):
|
||||
self.fields[fieldName][1].setFocus()
|
||||
|
|
Loading…
Reference in a new issue