diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 1c65b00b57..dc77214422 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -298,7 +298,7 @@ Zotero.Integration = new function () { await document.setDocumentData(session.data.serialize()); // And any citations marked for processing (like retraction warning ignore flag changes) if (Object.keys(session.processIndices).length) { - session.updateDocument(FORCE_CITATIONS_FALSE, false, false); + await session.updateDocument(FORCE_CITATIONS_FALSE, false, false); } // Since user cancelled we can ignore if processor fails here. } catch(e) {}