hide synapse editing card on topic view too
This commit is contained in:
parent
cd3f02d676
commit
dee531e3ef
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ function graphSettings(type) {
|
|||
t.Events.onClick = function(node, eventInfo, e) {
|
||||
//this is handled mostly differently than in arranged/chaotic
|
||||
if (e.target.id != "infovis-canvas") return false;
|
||||
|
||||
//hide synapse editing dialog
|
||||
$('#edit_synapse').hide();
|
||||
|
||||
//clicking on an edge, a node, or clicking on blank part of canvas?
|
||||
if (node.nodeFrom) {
|
||||
selectEdgeOnClickHandler(node, e);
|
||||
|
|
Loading…
Reference in a new issue