mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	toggling archived notes caused appearance of hidden subtree, fixes #3519
This commit is contained in:
		| @@ -1309,6 +1309,8 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | |||||||
|             await this.tree.reload([rootNode]); |             await this.tree.reload([rootNode]); | ||||||
|         }); |         }); | ||||||
|  |  | ||||||
|  |         await this.filterHoistedBranch(); | ||||||
|  |  | ||||||
|         if (activeNotePath) { |         if (activeNotePath) { | ||||||
|             const node = await this.getNodeFromPath(activeNotePath, true); |             const node = await this.getNodeFromPath(activeNotePath, true); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user