Fix navigation to specific annotation when using zotero://open-pdf
Fixes #3487
This commit is contained in:
parent
7c5600913b
commit
94070e1b7c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue