change the way frontend detects content change which works even if no new blob is created, fixes #4434

This commit is contained in:
zadam
2023-11-13 23:53:14 +01:00
parent 69ed3644f9
commit cf068211ff
9 changed files with 90 additions and 89 deletions

View File

@@ -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
});
}