mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:43:39 +02:00
Fix choose library buttons not working
This commit is contained in:
parent
37e19d411a
commit
c4d513131f
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ def init(container_id):
|
|||
show_panel('book_list', {'library_id': lib_id})
|
||||
))
|
||||
cl.lastChild.style.margin = '1ex 1rem'
|
||||
cl.lastChild.dataset.lid = library_id
|
||||
|
||||
|
||||
set_default_panel_handler(init)
|
||||
|
|
|
|||
Loading…
Reference in a new issue