Fix navigation to specific annotation when using zotero://open-pdf

Fixes #3487
This commit is contained in:
Martynas Bagdonas 2023-11-15 21:54:59 +00:00
parent 7c5600913b
commit 94070e1b7c

View file

@ -41,7 +41,7 @@ Zotero.OpenPDF = {
// Zotero PDF reader
if (!handler) {
let location = {
annotationKey,
annotationID: annotationKey,
pageIndex: page && page - 1
};
await Zotero.Reader.open(item.id, location);