changed: select current note in network

This commit is contained in:
quenousimporte 2023-11-10 10:13:26 +01:00
parent 4cb7a1475e
commit 0eeccfaba9
1 changed files with 4 additions and 0 deletions

View File

@ -681,6 +681,10 @@ function shownotelinks()
toggleeditor(false);
loadnote(nodes.find(n => n.id == event.nodes[0]).label);
});
graph.setSelection(
{
nodes : [id(currentnote)]
});
}
else
{