mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix: expect merge conflicts in notebooks
This commit is contained in:
@@ -47,7 +47,7 @@ export default class Notebooks extends Collection {
|
||||
isChanged = true;
|
||||
}
|
||||
}
|
||||
if (isChanged) remoteNotebook.dateModified = Date.now(); // we update the dateEdited so it can be synced back
|
||||
remoteNotebook.remote = !isChanged;
|
||||
}
|
||||
return await this._collection.addItem(remoteNotebook);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user