mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01: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