From 5faef9254f58004a707b87c664cf62029c9a41a8 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 4 Jan 2016 09:39:59 +0100 Subject: [PATCH] Fixed #1127: `doubleClick` event not being fired --- HISTORY.md | 1 + lib/timeline/component/ItemSet.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6ef7d9c2..4a299bec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/lib/timeline/component/ItemSet.js b/lib/timeline/component/ItemSet.js index edff2897..38dbe90d 100644 --- a/lib/timeline/component/ItemSet.js +++ b/lib/timeline/component/ItemSet.js @@ -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