mirror of
https://github.com/zadam/trilium.git
synced 2026-07-14 20:33:16 +02:00
tree fixes
This commit is contained in:
@@ -22,7 +22,7 @@ class Attribute {
|
||||
}
|
||||
|
||||
/** @param {string} */
|
||||
this.value = row.type === 'label' ? row.value.toLowerCase() : row.value;
|
||||
this.value = row.value;
|
||||
/** @param {boolean} */
|
||||
this.isInheritable = !!row.isInheritable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user