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
#1127
: `doubleClick` event not being fired
codeClimate
jos
9 years ago
parent
4cae296b17
commit
5faef9254f
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
HISTORY.md
+0
-2
lib/timeline/component/ItemSet.js
+ 1
- 0
HISTORY.md
View File
@ -7,6 +7,7 @@ http://visjs.org
### Timeline
- Fixed
#1527:
error when creating/updating a Timeline without data.
- Fixed
#1127:
`doubleClick`
event not being fired.
## 2015-12-18, version 4.11.0
+ 0
- 2
lib/timeline/component/ItemSet.js
View File
@ -1691,8 +1691,6 @@ ItemSet.prototype._onAddItem = function (event) {
var
snap
=
this
.
options
.
snap
||
null
;
var
item
=
this
.
itemFromTarget
(
event
)
;
event
.
stopPropagation
(
)
;
if
(
item
)
{
// update item
Write
Preview
Loading…
Cancel
Save