mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
feat: add merge conflict handling
This commit is contained in:
@@ -105,7 +105,8 @@ export default class Notes {
|
||||
tags: note.tags || [],
|
||||
favorite: !!note.favorite,
|
||||
headline: note.headline,
|
||||
dateCreated: note.dateCreated
|
||||
dateCreated: note.dateCreated,
|
||||
conflicted: !!note.conflicted
|
||||
};
|
||||
|
||||
if (!oldNote) {
|
||||
|
||||
Reference in New Issue
Block a user