mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
wip attachment support
This commit is contained in:
@@ -113,7 +113,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, null, e));
|
||||
.onNodeRightClick((node, e) => linkContextMenuService.openContextMenu(node.id, e));
|
||||
|
||||
if (this.mapType === 'link') {
|
||||
this.graph
|
||||
|
||||
Reference in New Issue
Block a user