mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fixes and optimizations
This commit is contained in:
		| @@ -35,7 +35,7 @@ class Attribute { | ||||
|  | ||||
|         this.noteCache.notes[this.noteId].ownedAttributes.push(this); | ||||
|  | ||||
|         const key = `${this.type}-${this.name}`; | ||||
|         const key = `${this.type}-${this.name.toLowerCase()}`; | ||||
|         this.noteCache.attributeIndex[key] = this.noteCache.attributeIndex[key] || []; | ||||
|         this.noteCache.attributeIndex[key].push(this); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user