diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 4e6930883a..763f19f6a7 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -304,7 +304,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) {}