mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	Merge branch 'stable' into next61
This commit is contained in:
		
						commit
						27e6fa9526
					
				@ -426,7 +426,9 @@ class FNote {
 | 
			
		||||
     * @return boolean - true if there's no non-hidden path, note is not cloned to the visible tree
 | 
			
		||||
     */
 | 
			
		||||
    isHiddenCompletely() {
 | 
			
		||||
        if (this.noteId === 'root') {
 | 
			
		||||
        if (this.noteId === '_hidden') {
 | 
			
		||||
            return true;
 | 
			
		||||
        } else if (this.noteId === 'root') {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user