mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
small refactorings and fixes
This commit is contained in:
@@ -55,7 +55,7 @@ class BBranch extends AbstractBeccaEntity {
|
||||
this.parentNoteId = parentNoteId;
|
||||
/** @type {string|null} */
|
||||
this.prefix = prefix;
|
||||
/** @type {integer} */
|
||||
/** @type {int} */
|
||||
this.notePosition = notePosition;
|
||||
/** @type {boolean} */
|
||||
this.isExpanded = !!isExpanded;
|
||||
|
||||
Reference in New Issue
Block a user