diff --git a/src/graph/Graph.js b/src/graph/Graph.js index ace7ad8a..1122945d 100644 --- a/src/graph/Graph.js +++ b/src/graph/Graph.js @@ -960,6 +960,7 @@ Graph.prototype._handleOnDrag = function(event) { this.drag.translation.y + diffY); this._redraw(); this.moving = true; + this.start(); } };