palmer plugin bug fix

This commit is contained in:
Josh de Leeuw 2013-10-09 21:35:48 -04:00
parent 9bc94f4415
commit 8ad8ae923f

View File

@ -88,7 +88,7 @@
}
else {
end_circle = this.data("node");
toggle_line(getLineIndex(start_circle, end_circle));
draw_connection(start_circle, end_circle);
}
});
}