diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index af183c22d8..36b06f77b6 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -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();