diff -r 0d5998b32a7c -r e529b633c339 client/js/renderer/scene.js --- a/client/js/renderer/scene.js Sat Apr 25 04:37:06 2015 +0200 +++ b/client/js/renderer/scene.js Mon Apr 27 17:22:46 2015 +0200 @@ -833,7 +833,7 @@ return; } _.each(this.representations, function(_representation) { - _representation.redraw(true); + _representation.redraw({ dontRedrawEdges:true }); }); if (this.minimap) { this.redrawMiniframe();