Damien Elmes 2019-12-06 14:28:57 +10:00
parent b1267028e3
commit 87dc87ee12

View file

@ -176,6 +176,7 @@ class AddCards(QDialog):
The input you have provided would make an empty \ The input you have provided would make an empty \
question on all cards."""), help="AddItems") question on all cards."""), help="AddItems")
return return
self.mw.col.clearUndo()
self.addHistory(note) self.addHistory(note)
self.mw.requireReset() self.mw.requireReset()
self.previousNote = note self.previousNote = note