commit 37dc3a60018fd0f4a800e210ace0a82a1a1de5c2 parent 290581a495848bb7a7781b6a2655102fa8233fa2 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 23 Aug 2011 06:44:25 +0000 Fix item dragging between libraries Diffstat:
| M | chrome/content/zotero/xpcom/collectionTreeView.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -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) {