parent
e35f254fa1
commit
ff0f649a4d
|
@ -1413,7 +1413,7 @@ Zotero.Translate.Base.prototype = {
|
||||||
* Checks if saving done, and if so, fires done event
|
* Checks if saving done, and if so, fires done event
|
||||||
*/
|
*/
|
||||||
"_checkIfDone":function() {
|
"_checkIfDone":function() {
|
||||||
if(!this._savingItems && !this._savingAttachments.length && !this._currentState) {
|
if(!this._savingItems && !this._savingAttachments.length) {
|
||||||
this._runHandler("done", true);
|
this._runHandler("done", true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user