fix deleting notes

This commit is contained in:
zadam
2020-12-17 15:04:04 +01:00
parent 1cc7917b6e
commit f723433970
6 changed files with 48 additions and 51 deletions

View File

@@ -59,6 +59,8 @@ 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) {