This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
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
6c7e6968bc
commit
6bf6c8fcf4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
}
}
;
Write
Preview
Loading…
Cancel
Save