mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
simplified updating note content
This commit is contained in:
@@ -1222,7 +1222,7 @@ class Note extends AbstractEntity {
|
||||
title: this.title,
|
||||
type: this.type,
|
||||
mime: this.mime,
|
||||
isProtected: false, // will be fixed in the protectNoteRevisions() call
|
||||
isProtected: this.isProtected,
|
||||
utcDateLastEdited: this.utcDateModified > contentMetadata.utcDateModified
|
||||
? this.utcDateModified
|
||||
: contentMetadata.utcDateModified,
|
||||
|
||||
Reference in New Issue
Block a user