Fix restart error dragging items between libraries

This commit is contained in:
Dan Stillman 2009-10-13 22:29:25 +00:00
parent b6980b6c76
commit 8d38122e9b

View file

@ -704,7 +704,7 @@ Zotero.Collection.prototype.addItems = function(itemIDs) {
notifierPairs.push(this.id + '-' + itemID);
if ((i % 25) == 0) {
if ((i % 25) == 0 && Zotero.locked) {
Zotero.wait();
}
}