diff --git a/chrome/content/zotero/actors/TranslationChild.jsm b/chrome/content/zotero/actors/TranslationChild.jsm index 27a3607dfb..d8e387cba0 100644 --- a/chrome/content/zotero/actors/TranslationChild.jsm +++ b/chrome/content/zotero/actors/TranslationChild.jsm @@ -301,7 +301,7 @@ class TranslationChild extends JSWindowActorChild { const document = this.document; function readyEnough() { - return document.readyState === "complete"; + return document.readyState === "complete" || document.readyState === "interactive"; } if (readyEnough()) {