mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	added "inherit" relation, #3493
This commit is contained in:
		| @@ -1117,7 +1117,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|             else if (ecAttr.type === 'relation' && ecAttr.name === 'template') { | ||||
|             else if (ecAttr.type === 'relation' && (ecAttr.name === 'template' || ecAttr.name === 'inherit')) { | ||||
|                 // missing handling of things inherited from template | ||||
|                 noteIdsToReload.add(ecAttr.noteId); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user