mirror of
https://github.com/zotero/zotero.git
synced 2026-09-14 23:21:03 +00:00
Temporary fix for context-pane item deck selection when closing a tab
Fixes #3175
Related to bb85e11a
This commit is contained in:
parent
65048fd624
commit
abfe96fcaa
1 changed files with 2 additions and 0 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue