mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 05:00:00 +01:00
fix(search): note path contains icon (closes #1721)
This commit is contained in:
@@ -358,7 +358,7 @@ function searchNotesForAutocomplete(query: string, fastSearch: boolean = true) {
|
||||
return {
|
||||
notePath: result.notePath,
|
||||
noteTitle: title,
|
||||
notePathTitle: `${icon} ${result.notePathTitle}`,
|
||||
notePathTitle: result.notePathTitle,
|
||||
highlightedNotePathTitle: result.highlightedNotePathTitle,
|
||||
icon: icon ?? "bx bx-note"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user