diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 16:20:58 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 16:20:58 +0200 |
| commit | 5b7e6591f088a3e8466b1072adbc5b2832330697 (patch) | |
| tree | 17debdf223fbf154c1af64fa952083b2901b4ffa /code/weightviswrapper.js | |
| parent | 5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff (diff) | |
| download | vortrag-knn-5b7e6591f088a3e8466b1072adbc5b2832330697.tar.gz vortrag-knn-5b7e6591f088a3e8466b1072adbc5b2832330697.zip | |
layout optimizations
Diffstat (limited to 'code/weightviswrapper.js')
| -rw-r--r-- | code/weightviswrapper.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
