Merge pull request #418 from glutanimate/addcards-addnote-hook
Add hook for AddCards.addNote
This commit is contained in:
commit
9704346ecf
@ -197,6 +197,7 @@ question on all cards."""
|
||||
self.addHistory(note)
|
||||
self.mw.requireReset()
|
||||
self.previousNote = note
|
||||
runHook("AddCards.noteAdded", note)
|
||||
return note
|
||||
|
||||
def addCards(self):
|
||||
|
Loading…
Reference in New Issue
Block a user