diff --git a/main.js b/main.js index 480641d..a7d271b 100644 --- a/main.js +++ b/main.js @@ -681,6 +681,10 @@ function shownotelinks() toggleeditor(false); loadnote(nodes.find(n => n.id == event.nodes[0]).label); }); + graph.setSelection( + { + nodes : [id(currentnote)] + }); } else {