diff --git a/ankiqt/ui/facteditor.py b/ankiqt/ui/facteditor.py index 1b91c1bef..9a2ff2bf6 100644 --- a/ankiqt/ui/facteditor.py +++ b/ankiqt/ui/facteditor.py @@ -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')