mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
load initial tree from note cache
This commit is contained in:
@@ -14,6 +14,8 @@ class Attribute {
|
||||
this.type = row.type;
|
||||
/** @param {string} */
|
||||
this.name = row.name.toLowerCase();
|
||||
/** @param {int} */
|
||||
this.position = row.position;
|
||||
|
||||
if (typeof row.value !== 'string') {
|
||||
row.value = JSON.stringify(row.value);
|
||||
|
||||
Reference in New Issue
Block a user