mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix activating tab when app was closed last time with "new tab"
This commit is contained in:
		@@ -148,7 +148,7 @@ class TreeCache {
 | 
			
		||||
            else {
 | 
			
		||||
                return this.notes[noteId];
 | 
			
		||||
            }
 | 
			
		||||
        }).filter(note => note !== null);
 | 
			
		||||
        }).filter(note => !!note);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /** @return {Promise<boolean>} */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user