mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Merge branch 'stable'
This commit is contained in:
		@@ -213,10 +213,7 @@ export default class ExportDialog extends BasicWidget {
 | 
			
		||||
        const {noteId, parentNoteId} = treeService.getNoteIdAndParentIdFromNotePath(notePath);
 | 
			
		||||
 | 
			
		||||
        this.branchId = await froca.getBranchId(parentNoteId, noteId);
 | 
			
		||||
 | 
			
		||||
        const noteTitle = await treeService.getNoteTitle(noteId);
 | 
			
		||||
 | 
			
		||||
        this.$noteTitle.html(noteTitle);
 | 
			
		||||
        this.$noteTitle.text(await treeService.getNoteTitle(noteId));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    exportBranch(branchId, type, format, version) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user