Browse Source

Fixed #1127: `doubleClick` event not being fired

codeClimate
jos 8 years ago
parent
commit
5faef9254f
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      HISTORY.md
  2. +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

Loading…
Cancel
Save