Merge branch '3.0' of github.com:zotero/zotero into 3.0
This commit is contained in:
commit
f92850abeb
|
@ -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…
Reference in New Issue
Block a user