mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
change the way frontend detects content change which works even if no new blob is created, fixes #4434
This commit is contained in:
@@ -58,7 +58,8 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
title: note.getTitleOrProtected(),
|
||||
isProtected: note.isProtected,
|
||||
type: note.type,
|
||||
mime: note.mime
|
||||
mime: note.mime,
|
||||
blobId: note.blobId
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user