Browse Source

Merge remote-tracking branch 'origin/v4' into v4

flowchartTest
jos 9 years ago
parent
commit
e6480b16bf
2 changed files with 0 additions and 5 deletions
  1. +0
    -1
      lib/network/modules/InteractionHandler.js
  2. +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() {

Loading…
Cancel
Save