mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: add upload/download cancellation support
This commit is contained in:
@@ -120,7 +120,7 @@ class Merger {
|
||||
|
||||
await this._mergeArrayWithConflicts(
|
||||
content,
|
||||
(id) => this._db.content.raw(id),
|
||||
(id) => this._db.content.raw(id, false),
|
||||
(item) => this._db.content.add(item),
|
||||
async (local, remote) => {
|
||||
let note = this._db.notes.note(local.noteId);
|
||||
|
||||
Reference in New Issue
Block a user