Browse Source

reverted emit

flowchartTest
Alex de Mulder 9 years ago
parent
commit
e02e8e986a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/network/modules/LayoutEngine.js

+ 1
- 0
lib/network/modules/LayoutEngine.js View File

@ -56,6 +56,7 @@ class LayoutEngine {
}
}
this.body.emitter.emit('_resetHierarchicalLayout');
// because the hierarchical system needs it's own physics and smooth curve settings, we adapt the other options if needed.
return this.adaptAllOptions(allOptions);
}

Loading…
Cancel
Save