mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix merge editor always saving same note
This commit is contained in:
@@ -173,8 +173,8 @@ const MergeEditor = () => {
|
||||
} else if (keepContentFrom === 'secondary') {
|
||||
await db.notes.add({
|
||||
content: {
|
||||
data: primaryData.data,
|
||||
type: primaryData.type,
|
||||
data: secondaryData.data,
|
||||
type: secondaryData.type,
|
||||
resolved: true,
|
||||
},
|
||||
id: note.id,
|
||||
|
||||
Reference in New Issue
Block a user