mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
feat: add notebook merging
This commit is contained in:
@@ -106,7 +106,7 @@ class Merger {
|
||||
await this._mergeArray(
|
||||
notebooks,
|
||||
(id) => this._db.notebooks.notebook(id),
|
||||
(item) => this._db.notebooks.add(item)
|
||||
(item) => this._db.notebooks.merge(item)
|
||||
);
|
||||
|
||||
await this._mergeArrayWithConflicts(
|
||||
|
||||
Reference in New Issue
Block a user