Ensure that links removed by the new book details context menu item update the tag browser.

This commit is contained in:
Charles Haley 2024-04-01 17:12:04 +01:00
parent d6fe19ae75
commit 1524f7cbf7

View File

@ -1476,6 +1476,7 @@ class BookDetails(DetailsLayout, DropMixin): # {{{
m = gui.library_view.model()
current = gui.library_view.currentIndex()
m.current_changed(current, current)
gui.tags_view.recount()
def show_notes(self, field, item_id, parent=None):
from calibre.gui2.dialogs.show_category_note import ShowNoteDialog