From 5b7e6591f088a3e8466b1072adbc5b2832330697 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 16:20:58 +0200 Subject: layout optimizations --- code/weightviswrapper.js | 1 + 1 file changed, 1 insertion(+) (limited to 'code/weightviswrapper.js') diff --git a/code/weightviswrapper.js b/code/weightviswrapper.js index 1a0c5a6..4b0697b 100644 --- a/code/weightviswrapper.js +++ b/code/weightviswrapper.js @@ -149,6 +149,7 @@ var WeightVisWrapper = (function() { this.controlBarAttached = false; } this.reposition(); + this.netVisualizer.clearNodeHighlights(); }; WeightVisWrapper.prototype.remove = function(el) { -- cgit v1.3.1