mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix note title escaping in export dialog
This commit is contained in:
parent
ea3bce25d9
commit
1dfc37704f
@ -213,10 +213,7 @@ export default class ExportDialog extends BasicWidget {
|
|||||||
const {noteId, parentNoteId} = treeService.getNoteIdAndParentIdFromNotePath(notePath);
|
const {noteId, parentNoteId} = treeService.getNoteIdAndParentIdFromNotePath(notePath);
|
||||||
|
|
||||||
this.branchId = await froca.getBranchId(parentNoteId, noteId);
|
this.branchId = await froca.getBranchId(parentNoteId, noteId);
|
||||||
|
this.$noteTitle.text(await treeService.getNoteTitle(noteId));
|
||||||
const noteTitle = await treeService.getNoteTitle(noteId);
|
|
||||||
|
|
||||||
this.$noteTitle.html(noteTitle);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exportBranch(branchId, type, format, version) {
|
exportBranch(branchId, type, format, version) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user