diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index babffa8a41..97d295734e 100644 --- a/chrome/content/zotero/standalone/standalone.js +++ b/chrome/content/zotero/standalone/standalone.js @@ -54,6 +54,9 @@ const ZoteroStandalone = new function() { { notify: async (action, type, ids, extraData) => { if (action == 'select') { + if (Zotero_Tabs.selectedIndex == 0) { + ZoteroPane.itemsView.focus(); + } // Reader doesn't have tabID yet setTimeout(async () => { // Item and other things might not be loaded yet when reopening tabs