diff --git a/chrome/content/zotero/xpcom/pdfWorker/manager.js b/chrome/content/zotero/xpcom/pdfWorker/manager.js index 3b9a40932c..6ab942b5b1 100644 --- a/chrome/content/zotero/xpcom/pdfWorker/manager.js +++ b/chrome/content/zotero/xpcom/pdfWorker/manager.js @@ -315,7 +315,9 @@ class PDFWorker { } attachment.attachmentLastProcessedModificationTime = mtime; - await attachment.saveTx({ skipDateModifiedUpdate: true }); + await attachment.saveTx({ + skipAll: true + }); Zotero.debug(`Imported ${imported.length} annotation(s) for item ${attachment.libraryKey} ` + `in ${new Date() - t} ms`);