mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -491,7 +491,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         for (const noteId of loadResults.getNoteIds()) { |         for (const noteId of loadResults.getNoteIds()) { | ||||||
|             noteIdsToUpdate.push(noteId); |             noteIdsToUpdate.add(noteId); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         for (const noteId of noteIdsToReload) { |         for (const noteId of noteIdsToReload) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user