mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
update boxicons to 2.0.7
This commit is contained in:
@@ -60,7 +60,7 @@ class NoteShort {
|
||||
/** @param {string} content-type, e.g. "application/json" */
|
||||
this.mime = row.mime;
|
||||
/** @param {boolean} */
|
||||
this.isDeleted = row.isDeleted;
|
||||
this.isDeleted = !!row.isDeleted;
|
||||
}
|
||||
|
||||
addParent(parentNoteId, branchId) {
|
||||
|
||||
Reference in New Issue
Block a user