mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Fix selection of collections pane on "Focus Libraries Pane" shortcut
This commit is contained in:
parent
0c7cc01d40
commit
54588453dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue