mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	script bugfixes
This commit is contained in:
		| @@ -40,7 +40,7 @@ class Note extends Entity { | ||||
|     } | ||||
|  | ||||
|     beforeSaving() { | ||||
|         this.content = JSON.stringify(this.jsonContent, null, 4); | ||||
|         this.content = JSON.stringify(this.jsonContent, null, '\t'); | ||||
|  | ||||
|         if (this.isProtected) { | ||||
|             protected_session.encryptNote(this.dataKey, this); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user