mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/stable' into redesign
# Conflicts: # package.json
This commit is contained in:
		
						commit
						b9ff481eb7
					
				| @ -2,7 +2,7 @@ | ||||
|   "name": "trilium", | ||||
|   "productName": "Trilium Notes", | ||||
|   "description": "Trilium Notes", | ||||
|   "version": "0.47.4", | ||||
|   "version": "0.47.5", | ||||
|   "license": "AGPL-3.0-only", | ||||
|   "main": "electron.js", | ||||
|   "bin": { | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| module.exports = { buildDate:"2021-06-02T21:44:19+02:00", buildRevision: "f50bb2278caaea077b2273356808c173e8548ded" }; | ||||
| module.exports = { buildDate:"2021-06-25T21:26:48+02:00", buildRevision: "0a2807c0b3fb7809d1cd1be3a051d127db010b5e" }; | ||||
|  | ||||
| @ -114,7 +114,7 @@ class ValueExtractor { | ||||
|                 cursor = cursor.children[0]; | ||||
|             } | ||||
|             else if (cur() === 'random') { | ||||
|                 return Math.random(); | ||||
|                 return Math.random().toString(); // string is expected for comparison
 | ||||
|             } | ||||
|             else if (cur() in PROP_MAPPING) { | ||||
|                 return cursor[PROP_MAPPING[cur()]]; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam