mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +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:
@@ -93,6 +93,9 @@ class FNote {
|
||||
* @type {string}
|
||||
*/
|
||||
this.mime = row.mime;
|
||||
|
||||
// the main use case to keep this is to detect content change which should trigger refresh
|
||||
this.blobId = row.blobId;
|
||||
}
|
||||
|
||||
addParent(parentNoteId, branchId, sort = true) {
|
||||
|
||||
Reference in New Issue
Block a user