Closed
Description
Description
In the file canvas.js the following part of the code is broken:
'''
Promise.all(
(await note.getAttachmentsByRole('canvasLibraryItem'))
.map(attachment => attachment.getBlob())
).then(blobs => {
if (note.noteId !== this.currentNoteId) {
// current note changed in the course of the async operation
return;
}
'''
the code return empty blob content.
TriliumNext Version
0.90.12
What operating system are you using?
Windows
What is your setup?
Local + server sync
Operating System Version
Win 10
Error logs
No response
Metadata
Metadata
Assignees
Labels
No labels