Properly trigger shifted annotation sync after deleting PDF pages
This commit is contained in:
parent
64b8c7b250
commit
38a42d3c91
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ class PDFWorker {
|
|||
await object.reload(null, true);
|
||||
}
|
||||
}
|
||||
await Zotero.Items.updateSynced(ids, false);
|
||||
await Zotero.Notifier.trigger('modify', 'item', ids, {});
|
||||
|
||||
await IOUtils.write(path, new Uint8Array(modifiedBuf));
|
||||
|
|
Loading…
Reference in a new issue