Fix citation dialog open documents not working when a standalone pdf is open

Closes #3621
This commit is contained in:
Adomas Venčkauskas 2024-01-29 09:08:35 +02:00
parent ee9e11a3eb
commit 452ee3a55b

View file

@ -483,7 +483,7 @@ var Zotero_QuickFormat = new function () {
if (item && item.parentItemID) {
itemID = item.parentItemID;
}
return Zotero.Cite.getItem(item.parentItemID);
return Zotero.Cite.getItem(itemID);
});
let matchedItems = items;
if (options.searchString) {