Browse Source

Fixed #1556: Network throwing an error when clicking the "Edit" button on the manipulation toolbar

codeClimate
jos 8 years ago
parent
commit
a2293fd7e6
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

@ -8,6 +8,8 @@ http://visjs.org
- Altered edges for arrows and added the arrowStrikethrough option.
- Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace.
- Fixed #1556: Network throwing an error when clicking the "Edit" button
on the manipulation toolbar.
### Graph2d

+ 1
- 1
package.json View File

@ -34,7 +34,7 @@
"hammerjs": "^2.0.6",
"keycharm": "^0.2.0",
"moment": "^2.10.2",
"propagating-hammerjs": "^1.4.4",
"propagating-hammerjs": "^1.4.5",
"uuid": "^2.0.1",
"babel": "^5.1.11",
"babel-loader": "^5.0.0",

Loading…
Cancel
Save