diff --git a/chrome/content/zotero/xpcom/reader.js b/chrome/content/zotero/xpcom/reader.js index cc935e2684..ed1fb40c9e 100644 --- a/chrome/content/zotero/xpcom/reader.js +++ b/chrome/content/zotero/xpcom/reader.js @@ -89,6 +89,7 @@ class ReaderInstance { async focus() { await this._waitForReader(); this._iframeWindow.focus(); + this._internalReader?.focus(); } getSecondViewState() {