Fix restart error dragging items between libraries
This commit is contained in:
parent
b6980b6c76
commit
8d38122e9b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue