diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js index 032cfb6881..84421c9afe 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js @@ -62,8 +62,8 @@ rid: data.id }); - layout().createForceElements(); - layout().transitionDownRegion(); + layout.createForceElements(); + layout.transitionDownRegion(); render(); }