add possibility to define a share index, closes #3265

This commit is contained in:
zadam
2022-11-01 22:49:37 +01:00
parent eb68ab6776
commit 2467464433
8 changed files with 147 additions and 87 deletions

View File

@@ -43,6 +43,7 @@ class Branch extends AbstractEntity {
return this.shaca.notes[this.noteId];
}
/** @return {Note} */
getNote() {
return this.childNote;
}