mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
attachments WIP
This commit is contained in:
@@ -121,7 +121,7 @@ export default class QuickSearchWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
for (const note of await froca.getNotes(displayedNoteIds)) {
|
||||
const $link = await linkService.createNoteLink(note.noteId, {showNotePath: true});
|
||||
const $link = await linkService.createLink(note.noteId, {showNotePath: true});
|
||||
$link.addClass('dropdown-item');
|
||||
$link.attr("tabIndex", "0");
|
||||
$link.on('click', e => {
|
||||
|
||||
Reference in New Issue
Block a user