Browse Source

Fixed #925: Event `timechanged` did not fire when mouse has been moved outside the timeline.

flowchartTest
jos 9 years ago
parent
commit
805efd3e6e
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      HISTORY.md
  2. +1
    -1
      package.json

+ 2
- 0
HISTORY.md View File

@ -14,6 +14,8 @@ http://visjs.org
- Added a property `event` to the properties emitted with the `select` event (see #923).
- Improved function `fit()` to take into account the actual width of items.
- Fixed #897: Timeline option `{snap: null}` did give a validation error.
- Fixed #925: Event `timechanged` did not fire when mouse has been moved outside
the timeline.
### Graph2D

+ 1
- 1
package.json View File

@ -34,7 +34,7 @@
"keycharm": "^0.2.0",
"uuid": "^2.0.1",
"moment": "^2.10.2",
"propagating-hammerjs": "^1.4.2"
"propagating-hammerjs": "^1.4.3"
},
"devDependencies": {
"babel": "^5.1.11",

Loading…
Cancel
Save