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