mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure we reload note when row changed
This commit is contained in:
parent
be4aa382c3
commit
e83e682267
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class Browser(QMainWindow):
|
|||
else:
|
||||
self.card = self.model.getCard(
|
||||
self.form.tableView.selectionModel().currentIndex())
|
||||
self.editor.setNote(self.card.note())
|
||||
self.editor.setNote(self.card.note(reload=True))
|
||||
self.editor.card = self.card
|
||||
self.toolbar.draw()
|
||||
self.buildTree()
|
||||
|
|
Loading…
Reference in a new issue