From abfe96fcaa8951b4bfc519138ddad3bdc0881296 Mon Sep 17 00:00:00 2001 From: Martynas Bagdonas Date: Tue, 27 Jun 2023 18:34:15 +0300 Subject: [PATCH] Temporary fix for context-pane item deck selection when closing a tab Fixes #3175 Related to bb85e11a --- chrome/content/zotero/contextPane.js | 2 ++ 1 file changed, 2 insertions(+) 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') {