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
added groupId to groupDragged event
kamadaKawai
Martin Fischer
9 years ago
parent
21d09a2642
commit
1f4c9a4f46
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/timeline/component/ItemSet.js
+ 1
- 1
lib/timeline/component/ItemSet.js
View File
@ -1598,7 +1598,7 @@ ItemSet.prototype._onGroupDragEnd = function (event) {
}
me
.
body
.
emitter
.
emit
(
'groupDragged'
)
;
me
.
body
.
emitter
.
emit
(
'groupDragged'
,
{
groupId
:
this
.
groupTouchParams
.
group
.
groupId
}
)
;
}
)
;
}
}
Write
Preview
Loading…
Cancel
Save