Fix citation dialog open documents not working when a standalone pdf is open
Closes #3621
This commit is contained in:
parent
ee9e11a3eb
commit
452ee3a55b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue