diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 5ec2beec8..36b5e2f38 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -378,7 +378,8 @@ Zotero.Integration = new function() { // We do not want to redisplay the progress bar if this window close // was the final close of the integration command await Zotero.Promise.delay(10); - if (Zotero.Integration.currentDoc) { + if (Zotero.Integration.currentDoc && Zotero.Integration.currentSession + && Zotero.Integration.currentSession.progressBar) { Zotero.Integration.currentSession.progressBar.show(); } };