update boxicons to 2.0.7

This commit is contained in:
zadam
2020-11-03 22:44:50 +01:00
parent 9e97fdcc49
commit 9b05d30b47
9 changed files with 6004 additions and 5852 deletions

View File

@@ -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) {