mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Fix previewer not refreshing when selecting multiple cards in browser
This commit is contained in:
parent
c6ea97b69c
commit
fc797f63c2
1 changed files with 1 additions and 0 deletions
|
@ -877,6 +877,7 @@ QTableView {{ gridline-color: {grid} }}
|
||||||
if not show:
|
if not show:
|
||||||
self.editor.setNote(None)
|
self.editor.setNote(None)
|
||||||
self.singleCard = False
|
self.singleCard = False
|
||||||
|
self._renderPreview()
|
||||||
else:
|
else:
|
||||||
self.editor.setNote(self.card.note(reload=True), focusTo=self.focusTo)
|
self.editor.setNote(self.card.note(reload=True), focusTo=self.focusTo)
|
||||||
self.focusTo = None
|
self.focusTo = None
|
||||||
|
|
Loading…
Reference in a new issue