expose bindGlobalShortcut to frontend script API

This commit is contained in:
zadam
2019-11-05 21:26:54 +01:00
parent a2c78e2c5c
commit 7075842954
6 changed files with 294 additions and 53 deletions

View File

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