diff --git a/chrome/content/zotero/contextPane.js b/chrome/content/zotero/contextPane.js index 9d5db05864..cfc76b0be4 100644 --- a/chrome/content/zotero/contextPane.js +++ b/chrome/content/zotero/contextPane.js @@ -189,6 +189,8 @@ var ZoteroContextPane = new function () { } } } + // For unknown reason fx102, unlike 60, sometimes doesn't automatically update selected index + _selectItemContext(Zotero_Tabs.selectedID); }); } else if (action == 'select') {