mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
content migration fixes
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
|
||||
|
||||
|
||||
<h4 class="name" id="noteContent"><span class="type-signature"></span>noteContent<span class="type-signature"></span></h4>
|
||||
<h4 class="name" id="content"><span class="type-signature"></span>content<span class="type-signature"></span></h4>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ class NoteFull extends NoteShort {
|
||||
super(treeCache, row);
|
||||
|
||||
/** @param {string} */
|
||||
this.noteContent = row.noteContent;
|
||||
this.content = row.content;
|
||||
|
||||
/** @param {string} */
|
||||
this.utcDateCreated = row.utcDateCreated;
|
||||
|
||||
Reference in New Issue
Block a user