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…
Reference in a new issue