mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
attachments WIP
This commit is contained in:
@@ -78,7 +78,7 @@ export default class EditedNotesWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
else {
|
||||
$item.append(editedNote.notePath
|
||||
? await linkService.createNoteLink(editedNote.notePath.join("/"), {showNotePath: true})
|
||||
? await linkService.createLink(editedNote.notePath.join("/"), {showNotePath: true})
|
||||
: $("<span>").text(editedNote.title));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user