mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
note paths widget has context menu too
This commit is contained in:
@@ -84,6 +84,7 @@ export default class NotePathsWidget extends TabAwareWidget {
|
||||
this.$currentPath.append(
|
||||
$("<a>")
|
||||
.attr('href', '#' + curPath)
|
||||
.attr('data-note-path', curPath)
|
||||
.addClass('no-tooltip-preview')
|
||||
.text(await treeService.getNoteTitle(noteId, parentNoteId))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user