Browse Source

fixed small bug in playing with physics where after settling, a drag will not trigger animation.

css_transitions
Alex de Mulder 10 years ago
parent
commit
6bf6c8fcf4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/graph/Graph.js

+ 1
- 0
src/graph/Graph.js View File

@ -960,6 +960,7 @@ Graph.prototype._handleOnDrag = function(event) {
this.drag.translation.y + diffY);
this._redraw();
this.moving = true;
this.start();
}
};

Loading…
Cancel
Save