mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
add possibility to define a share index, closes #3265
This commit is contained in:
@@ -43,6 +43,7 @@ class Branch extends AbstractEntity {
|
||||
return this.shaca.notes[this.noteId];
|
||||
}
|
||||
|
||||
/** @return {Note} */
|
||||
getNote() {
|
||||
return this.childNote;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user