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];
|
jsonDataLocal[x] = jsonData[x];
|
||||||
})
|
})
|
||||||
jsonData = jsonDataLocal;
|
jsonObject.data = jsonDataLocal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Object doesn't exist locally
|
// Object doesn't exist locally
|
||||||
|
|
Loading…
Reference in a new issue