Merge pull request #446 from ijgnd/patch-1
small fix: store return value for hook in preview
This commit is contained in:
commit
47a1bf8b87
@ -1737,7 +1737,7 @@ where id in %s"""
|
||||
av_player.play_tags(audio)
|
||||
|
||||
txt = self.mw.prepare_card_text_for_display(txt)
|
||||
gui_hooks.card_will_show(
|
||||
txt = gui_hooks.card_will_show(
|
||||
txt, c, "preview" + self._previewState.capitalize()
|
||||
)
|
||||
self._lastPreviewState = self._previewStateAndMod()
|
||||
|
Loading…
Reference in New Issue
Block a user