mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Fix error adding top-level attachments in collections
This commit is contained in:
parent
653f26d4fb
commit
0a2330b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -3601,7 +3601,7 @@ var ZoteroPane = new function()
|
|||
if(fp.show() == nsIFilePicker.returnOK)
|
||||
{
|
||||
if (!parentItemID) {
|
||||
var collection = this.getSelectedCollection();
|
||||
var collection = this.getSelectedCollection(true);
|
||||
}
|
||||
|
||||
var files = fp.files;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue