This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
fixed dynamicEdges problem
v3_develop
Alex de Mulder
10 years ago
parent
b994f42e37
commit
739390cace
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/network/Network.js
+ 1
- 0
lib/network/Network.js
View File
@ -1613,6 +1613,7 @@ Network.prototype._reconnectEdges = function() {
for
(
id
in
nodes
)
{
if
(
nodes
.
hasOwnProperty
(
id
)
)
{
nodes
[
id
]
.
edges
=
[
]
;
nodes
[
id
]
.
dynamicEdges
=
[
]
;
}
}
Write
Preview
Loading…
Cancel
Save