Fix selection of collections pane on "Focus Libraries Pane" shortcut

This commit is contained in:
Dan Stillman 2021-11-15 23:08:31 -05:00
parent 0c7cc01d40
commit 54588453dc

View file

@ -759,7 +759,7 @@ var ZoteroPane = new function()
try {
switch (command) {
case 'library':
this.itemsView.focus();
this.collectionsView.focus();
break;
case 'quicksearch':
document.getElementById('zotero-tb-search').select();