mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Merge branch '3.0' of github.com:zotero/zotero into 3.0
This commit is contained in:
commit
f92850abeb
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