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
fix
:
#2422
Timeline onMove callback (
#2427
)
* Fix redraw order * Fix calling dragStart mote than once
readme-improvements
yotamberk
8 years ago
committed by
Alexander Wunschik
parent
66047acd63
commit
58cc1d93e6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/timeline/component/ItemSet.js
+ 1
- 0
lib/timeline/component/ItemSet.js
View File
@ -1213,6 +1213,7 @@ ItemSet.prototype._getGroupIndex = function(groupId) {
*
@
private
*
/
ItemSet
.
prototype
.
_onDragStart
=
function
(
event
)
{
if
(
this
.
touchParams
.
itemIsDragging
)
{
return
;
}
var
item
=
this
.
touchParams
.
item
||
null
;
var
me
=
this
;
var
props
;
Write
Preview
Loading…
Cancel
Save