mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Fix saving of automatically merged remote changes during sync
This commit is contained in:
parent
2857f85656
commit
66ca2cfda2
1 changed files with 1 additions and 1 deletions
|
|
@ -703,7 +703,7 @@ Zotero.Sync.Data.Local = {
|
|||
}
|
||||
jsonDataLocal[x] = jsonData[x];
|
||||
})
|
||||
jsonData = jsonDataLocal;
|
||||
jsonObject.data = jsonDataLocal;
|
||||
}
|
||||
}
|
||||
// Object doesn't exist locally
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue