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
Merge remote-tracking branch 'origin/v4' into v4
flowchartTest
jos
9 years ago
parent
034d63ce59
e4b64da1b6
commit
e6480b16bf
2 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
lib/network/modules/InteractionHandler.js
+0
-4
lib/network/modules/components/Node.js
+ 0
- 1
lib/network/modules/InteractionHandler.js
View File
@ -257,7 +257,6 @@ class InteractionHandler {
yFixed
:
object
.
options
.
fixed
.
y
}
;
object
.
options
.
fixed
=
{
}
;
object
.
options
.
fixed
.
x
=
true
;
object
.
options
.
fixed
.
y
=
true
;
+ 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