mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-27 15:48:31 -06:00
import tar archive WIP
This commit is contained in:
@@ -14,7 +14,7 @@ class Branch {
|
||||
/** @param {string} */
|
||||
this.prefix = row.prefix;
|
||||
/** @param {boolean} */
|
||||
this.isExpanded = row.isExpanded;
|
||||
this.isExpanded = !!row.isExpanded;
|
||||
}
|
||||
|
||||
/** @returns {NoteShort} */
|
||||
|
||||
Reference in New Issue
Block a user