mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Fix error switching options in download dialog before Z pane was opened
This commit is contained in:
parent
e643d85d2c
commit
4161341d2d
1 changed files with 3 additions and 0 deletions
|
|
@ -1092,6 +1092,9 @@ var ZoteroPane = new function()
|
|||
|
||||
|
||||
this.getItemGroup = function () {
|
||||
if (!this.collectionsView.selection) {
|
||||
return false;
|
||||
}
|
||||
return this.collectionsView._getItemAtRow(this.collectionsView.selection.currentIndex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue