mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
web: fix notes not exporting from archive list multiple selection (#10230)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -550,7 +550,7 @@ export const noteMenuItems: (
|
|||||||
|
|
||||||
await exportNotes(
|
await exportNotes(
|
||||||
format.type,
|
format.type,
|
||||||
db.notes.all.where((eb) => eb("id", "in", ids))
|
db.notes.exportable.where((eb) => eb("id", "in", ids))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user