diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 13d3c94a9e..18f9eaf989 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -1091,6 +1091,7 @@ Zotero.Attachments = new function(){ continue; } size += file.fileSize; + Zotero.wait(); } return size; }