Fixed single synapse selection
Synapses were not being selected when simply clicked on.
This commit is contained in:
parent
c6195956ca
commit
852f62f85e
1 changed files with 1 additions and 0 deletions
|
@ -1375,6 +1375,7 @@ Metamaps.JIT = {
|
|||
if (!e.shiftKey && !e.ctrlKey) {
|
||||
Metamaps.Control.deselectAllNodes();
|
||||
Metamaps.Control.deselectAllEdges();
|
||||
Metamaps.Control.selectEdge(adj);
|
||||
}
|
||||
else if (e.shiftKey && e.ctrlKey){
|
||||
//no result
|
||||
|
|
Loading…
Reference in a new issue