Call Zotero.wait() only for import and export translators, since it causes problems with both badly asynced translators and attachment saving
This commit is contained in:
parent
4e48c32a0e
commit
35344f5f05
|
@ -1682,7 +1682,9 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) {
|
||||||
delete item;
|
delete item;
|
||||||
|
|
||||||
// Allow progress meter to update
|
// Allow progress meter to update
|
||||||
|
if (this.type == 'import' || this.type == 'export') {
|
||||||
Zotero.wait();
|
Zotero.wait();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user