mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
added note hoisting option to the note launcher
This commit is contained in:
@@ -110,7 +110,7 @@ export default class NoteMapWidget extends NoteContextAwareWidget {
|
||||
.linkWidth(1)
|
||||
.linkColor(() => this.css.mutedTextColor)
|
||||
.onNodeClick(node => appContext.tabManager.getActiveContext().setNote(node.id))
|
||||
.onNodeRightClick((node, e) => linkContextMenuService.openContextMenu(node.id, e));
|
||||
.onNodeRightClick((node, e) => linkContextMenuService.openContextMenu(node.id, null, e));
|
||||
|
||||
if (this.mapType === 'link') {
|
||||
this.graph
|
||||
|
||||
Reference in New Issue
Block a user