From 626d4b9b8b95353370fe0e1481c75c5482340738 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 13:51:50 +0200 Subject: [PATCH] Fixed #877: Added support for metaKey to select multiple items. --- HISTORY.md | 3 ++- examples/network/other/manipulation.html | 2 +- examples/timeline/editing/editingItemsCallbacks.html | 1 - lib/network/modules/InteractionHandler.js | 3 ++- lib/timeline/component/ItemSet.js | 4 ++-- lib/util.js | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 86bee3f5..d9e9e39e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -26,7 +26,8 @@ http://visjs.org ### Graph2d & Timeline - Fixed #858, #872, fixed usage of deprecated `unsubscribe` from DataSet. -- Fixed #869: add className with id to custom time bars +- Fixed #869: Add className with id to custom time bars +- Fixed #877: Added support for metaKey to select multiple items. ## 2015-05-22, version 4.0.0 diff --git a/examples/network/other/manipulation.html b/examples/network/other/manipulation.html index 6f62d50d..5eccddae 100644 --- a/examples/network/other/manipulation.html +++ b/examples/network/other/manipulation.html @@ -1,7 +1,7 @@ - Network | Localization + Network | Manipulation