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
disable the 'deleting' of fixed option
flowchartTest
Alex de Mulder
9 years ago
parent
de5a9a76e6
commit
3dc963ca20
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
lib/network/modules/components/Node.js
+ 0
- 4
lib/network/modules/components/Node.js
View File
@ -195,10 +195,6 @@ class Node {
}
}
}
else
if
(
allowDeletion
===
true
)
{
parentOptions
.
fixed
=
undefined
;
delete
parentOptions
.
fixed
;
}
}
updateLabelModule
(
)
{
Write
Preview
Loading…
Cancel
Save