mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
parent
e35f254fa1
commit
ff0f649a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -1413,7 +1413,7 @@ Zotero.Translate.Base.prototype = {
|
|||
* Checks if saving done, and if so, fires done event
|
||||
*/
|
||||
"_checkIfDone":function() {
|
||||
if(!this._savingItems && !this._savingAttachments.length && !this._currentState) {
|
||||
if(!this._savingItems && !this._savingAttachments.length) {
|
||||
this._runHandler("done", true);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue