mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
improvements in frontend sync (WIP)
This commit is contained in:
@@ -61,8 +61,6 @@ class NoteShort {
|
||||
this.type = row.type;
|
||||
/** @param {string} content-type, e.g. "application/json" */
|
||||
this.mime = row.mime;
|
||||
/** @param {boolean} */
|
||||
this.isDeleted = !!row.isDeleted;
|
||||
}
|
||||
|
||||
addParent(parentNoteId, branchId) {
|
||||
|
||||
Reference in New Issue
Block a user