mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix bug/crash caused by a reset in tag focus lost
This commit is contained in:
parent
f2396a094f
commit
5945ecd115
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ class FactEditor(object):
|
|||
self.fact.setModified(textChanged=True)
|
||||
self.deck.flushMod()
|
||||
if self.resetOnEdit:
|
||||
ankiqt.mw.reset()
|
||||
ankiqt.mw.reset(runHooks=False)
|
||||
if self.onChange:
|
||||
self.onChange('tag')
|
||||
|
||||
|
|
Loading…
Reference in a new issue