mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	many changes related to #1192:
- use CSS contain wherever possible to reduce subtrees of forced reflows - reduced dependency between note and note_contents updates which will reduce number of updates to components - optimization of "many rows" querying
This commit is contained in:
		| @@ -14,8 +14,6 @@ class Note { | ||||
|         this.type = row.type; | ||||
|         /** @param {string} */ | ||||
|         this.mime = row.mime; | ||||
|         /** @param {number} */ | ||||
|         this.contentLength = row.contentLength; | ||||
|         /** @param {string} */ | ||||
|         this.dateCreated = row.dateCreated; | ||||
|         /** @param {string} */ | ||||
| @@ -182,8 +180,6 @@ class Note { | ||||
|             } | ||||
|  | ||||
|             this.flatTextCache = this.flatTextCache.toLowerCase(); | ||||
|  | ||||
|             console.log(this.flatTextCache); | ||||
|         } | ||||
|  | ||||
|         return this.flatTextCache; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user