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

@@ -22,6 +22,8 @@ class Attribute {
this.position = row.position;
/** @param {boolean} isInheritable */
this.isInheritable = !!row.isInheritable;
/** @param {boolean} */
this.isDeleted = !!row.isDeleted;
}
/** @returns {NoteShort} */