diff --git a/chrome/content/zotero/xpcom/storage/storageLocal.js b/chrome/content/zotero/xpcom/storage/storageLocal.js index be1ac435e..354a2c6a7 100644 --- a/chrome/content/zotero/xpcom/storage/storageLocal.js +++ b/chrome/content/zotero/xpcom/storage/storageLocal.js @@ -580,7 +580,10 @@ Zotero.Sync.Storage.Local = { item.attachmentSyncState = this.SYNC_STATE_IN_SYNC; item.attachmentSyncedModificationTime = mtime; item.attachmentSyncedHash = md5; - yield item.saveTx(); + yield item.saveTx({ + skipDateModifiedUpdate: true, + skipSelect: true + }); return new Zotero.Sync.Storage.Result({ localChanges: true