Browse Source

reverted fix, avoidance is better

flowchartTest
Alex de Mulder 9 years ago
parent
commit
e4b64da1b6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/network/modules/InteractionHandler.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;

Loading…
Cancel
Save