From e02e8e986a77833d2e859d3d6f986818cd165ab4 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Thu, 30 Apr 2015 17:21:40 +0200 Subject: [PATCH] reverted emit --- lib/network/modules/LayoutEngine.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/network/modules/LayoutEngine.js b/lib/network/modules/LayoutEngine.js index ec383174..b78b84f2 100644 --- a/lib/network/modules/LayoutEngine.js +++ b/lib/network/modules/LayoutEngine.js @@ -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); }