Fix item dragging between libraries
This commit is contained in:
parent
290581a495
commit
37dc3a6001
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ Zotero.CollectionTreeView.prototype.drop = function(row, orient)
|
|||
|
||||
var newIDs = [];
|
||||
for each(var item in newItems) {
|
||||
newIDs.push(copyItem(item, libraryID));
|
||||
newIDs.push(copyItem(item, targetLibraryID));
|
||||
}
|
||||
|
||||
if (toReconcile.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue