mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	fix(in-app-help): set proper hoist for split help
This commit is contained in:
		
							parent
							
								
									868ca2d982
								
							
						
					
					
						commit
						b2bbf9cc5b
					
				@ -54,7 +54,8 @@ export default class ContextualHelpButton extends NoteContextAwareWidget {
 | 
			
		||||
            const { ntxId } = subContexts[subContexts.length - 1];
 | 
			
		||||
            this.triggerCommand("openNewNoteSplit", {
 | 
			
		||||
                ntxId,
 | 
			
		||||
                notePath: `_help_${this.helpNoteIdToOpen}`
 | 
			
		||||
                notePath: `_help_${this.helpNoteIdToOpen}`,
 | 
			
		||||
                hoistedNoteId: "_help"
 | 
			
		||||
            })
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user