autocollapse notes after period of inactivity + some other changes, #1192

This commit is contained in:
zadam
2020-08-17 20:58:34 +02:00
parent 53b39e2e82
commit f24e27dadd
13 changed files with 81 additions and 46 deletions

View File

@@ -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) {