diff -r 0d5998b32a7c -r e529b633c339 client/js/renderer/baserepresentation.js --- a/client/js/renderer/baserepresentation.js Sat Apr 25 04:37:06 2015 +0200 +++ b/client/js/renderer/baserepresentation.js Mon Apr 27 17:22:46 2015 +0200 @@ -18,7 +18,7 @@ if (this.model) { var _this = this; this._changeBinding = function() { - _this.redraw(); + _this.redraw({change: true}); }; this._removeBinding = function() { _renderer.removeRepresentation(_this);