Temporary fix for context-pane item deck selection when closing a tab

Fixes #3175
Related to bb85e11a
This commit is contained in:
Martynas Bagdonas 2023-06-27 18:34:15 +03:00
parent 65048fd624
commit abfe96fcaa

View file

@ -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') {