mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 09:56:36 +01:00 
			
		
		
		
	correct reloading of note subtree when relevant labels change
This commit is contained in:
		| @@ -1030,7 +1030,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|         const noteIdsToReload = new Set(); | ||||
|  | ||||
|         for (const attr of loadResults.getAttributes()) { | ||||
|             if (attr.type === 'label' && ['iconClass', 'cssClass'].includes(attr.name)) { | ||||
|             if (attr.type === 'label' && ['iconClass', 'cssClass', 'workspace', 'workspaceIconClass', 'archived'].includes(attr.name)) { | ||||
|                 if (attr.isInheritable) { | ||||
|                     noteIdsToReload.add(attr.noteId); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user