mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
autocollapse notes after period of inactivity + some other changes, #1192
This commit is contained in:
@@ -85,6 +85,11 @@ class TabContext extends Component {
|
||||
return treeCache.notes[this.noteId];
|
||||
}
|
||||
|
||||
/** @property {string[]} */
|
||||
get notePathArray() {
|
||||
return this.notePath ? this.notePath.split('/') : [];
|
||||
}
|
||||
|
||||
/** @return {NoteComplement} */
|
||||
async getNoteComplement() {
|
||||
if (!this.noteId) {
|
||||
|
||||
Reference in New Issue
Block a user