mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix note revision saving
This commit is contained in:
		| @@ -182,7 +182,7 @@ async function saveNoteRevision(note) { | |||||||
|     const msSinceDateCreated = now.getTime() - dateUtils.parseDateTime(note.dateCreated).getTime(); |     const msSinceDateCreated = now.getTime() - dateUtils.parseDateTime(note.dateCreated).getTime(); | ||||||
|  |  | ||||||
|     if (note.type !== 'file' |     if (note.type !== 'file' | ||||||
|         && await note.hasLabel('disableVersioning') |         && !await note.hasLabel('disableVersioning') | ||||||
|         && !existingnoteRevisionId |         && !existingnoteRevisionId | ||||||
|         && msSinceDateCreated >= noteRevisionSnapshotTimeInterval * 1000) { |         && msSinceDateCreated >= noteRevisionSnapshotTimeInterval * 1000) { | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user