Fix item dragging between libraries

This commit is contained in:
Dan Stillman 2011-08-23 06:44:25 +00:00
parent 290581a495
commit 37dc3a6001

View file

@ -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) {