Merge branch 'stable'

This commit is contained in:
zadam
2019-11-01 19:21:55 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -45,6 +45,10 @@ class Branch extends Entity {
this.notePosition = maxNotePos === null ? 0 : maxNotePos + 10;
}
if (!this.isExpanded) {
this.isExpanded = false;
}
if (!this.isDeleted) {
this.isDeleted = false;
}