Fix restart error dragging items between libraries
This commit is contained in:
parent
b6980b6c76
commit
8d38122e9b
|
@ -704,7 +704,7 @@ Zotero.Collection.prototype.addItems = function(itemIDs) {
|
||||||
|
|
||||||
notifierPairs.push(this.id + '-' + itemID);
|
notifierPairs.push(this.id + '-' + itemID);
|
||||||
|
|
||||||
if ((i % 25) == 0) {
|
if ((i % 25) == 0 && Zotero.locked) {
|
||||||
Zotero.wait();
|
Zotero.wait();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user