mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
better back/forward navigation WIP
This commit is contained in:
@@ -47,6 +47,8 @@ class Branch {
|
||||
this.prefix = row.prefix;
|
||||
/** @param {boolean} */
|
||||
this.isExpanded = !!row.isExpanded;
|
||||
/** @param {boolean} */
|
||||
this.isDeleted = !!row.isDeleted;
|
||||
}
|
||||
|
||||
/** @returns {NoteShort} */
|
||||
|
||||
Reference in New Issue
Block a user