Fixed single synapse selection

Synapses were not being selected when simply clicked on.
This commit is contained in:
Robert Best 2014-10-23 17:01:34 -04:00
parent c6195956ca
commit 852f62f85e

View file

@ -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